Skip to content

Commit

Permalink
improve test name for typescript test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 15, 2018
1 parent 0a2fe19 commit 46a8136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/babel-7/__tests__/typed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

import {double} from '../index';

it('works with `import`', () => {
it('works with typescript', () => {
expect(double(5)).toBe(10);
});

0 comments on commit 46a8136

Please sign in to comment.