Skip to content

Commit

Permalink
tests(index): Make test number fancy (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhlh authored and evenchange4 committed Jan 24, 2019
1 parent 75bfec2 commit 3e9a16b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/__tests__/index.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import macro from '../macro';
import index from '../index';

describe('index', () => {
it('refers to macro correctly', () => {
expect(index).toBe(macro);
});
});

0 comments on commit 3e9a16b

Please sign in to comment.