Skip to content

Commit

Permalink
feat: add cjs test (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Feb 12, 2019
1 parent a2a2fc6 commit d6c9531
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/test/cjs.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import src from '../src';
import cjs from '../src/cjs';

describe('cjs', () => {
it('should exported', () => {
expect(cjs).toEqual(src);
});
});

0 comments on commit d6c9531

Please sign in to comment.