data-migration-nodejs/test/simple.test.js

3 lines
52 B
JavaScript
Raw Normal View History

2021-03-26 09:20:41 +07:00
test('simple test', () => {
expect(1).toBe(1)
})