blob: ab9250ddcf6cf9106e8ccfc4e76cf4253d6bacc6 [file]
import indexfile from './index.js';
test('it should work', () => {
expect(indexfile).toBe('test');
});