upload dependencies
This commit is contained in:
6
test/index.test.js
Normal file
6
test/index.test.js
Normal file
@ -0,0 +1,6 @@
|
||||
import app from '../src/app'
|
||||
|
||||
// Example
|
||||
test('isObject', () => {
|
||||
expect(typeof app).toBe('object')
|
||||
})
|
Reference in New Issue
Block a user