Add simple test
This commit is contained in:
3
test/simple.test.js
Normal file
3
test/simple.test.js
Normal file
@@ -0,0 +1,3 @@
|
||||
test('simple test', () => {
|
||||
expect(1).toBe(1)
|
||||
})
|
||||
Reference in New Issue
Block a user