react-use-countdown/src/__tests__/index.js

4 lines
72 B
JavaScript
Raw Normal View History

2020-09-19 08:04:43 +07:00
test(`test sum with 1 + 4 -> 5`, () => {
expect(1 + 4).toBe(5);
});