2022-04-01 17:35:57 -07:00
|
|
|
// import { fromJS } from 'immutable';
|
|
|
|
//
|
|
|
|
// import {
|
|
|
|
// getDomain,
|
|
|
|
// } from '../accounts';
|
|
|
|
//
|
|
|
|
// describe('getDomain', () => {
|
|
|
|
// const account = fromJS({
|
|
|
|
// acct: 'alice',
|
|
|
|
// url: 'https://party.com/users/alice',
|
|
|
|
// });
|
|
|
|
// it('returns the domain', () => {
|
|
|
|
// expect(getDomain(account)).toEqual('party.com');
|
|
|
|
// });
|
|
|
|
// });
|