data-migration-nodejs/test/simple.test.js
2021-03-26 09:20:41 +07:00

3 lines
52 B
JavaScript

test('simple test', () => {
expect(1).toBe(1)
})