Skip to content

Commit

Permalink
example(basic): update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 19, 2023
1 parent c512131 commit f73d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/src/test/sum.test.ts
Expand Up @@ -2,5 +2,5 @@
import { sum } from './sum';

it('sum 2 test case', async () => {
expect(sum(1, 1)).toEqual(3);
expect(sum(1, 1)).toEqual('3avatar.jpeg');
});

0 comments on commit f73d1ee

Please sign in to comment.