Add simple test

This commit is contained in:
2021-03-26 09:20:41 +07:00
parent e9911d6b3b
commit eca2333521
3 changed files with 14 additions and 1 deletions

3
test/simple.test.js Normal file
View File

@@ -0,0 +1,3 @@
test('simple test', () => {
expect(1).toBe(1)
})