test.js 91 B

1234567
  1. import test from '../../..';
  2. import m from '.';
  3. test('works', t => {
  4. t.is(m, 'foo');
  5. });