bigbuffet-rw/app/soapbox/utils/__tests__/accounts-test.js

15 lines
347 B
JavaScript

// 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');
// });
// });