import {atoms} from './atoms' describe('atoms', () => { it('should be defined', () => { expect(atoms).toBeDefined() }) })