upload dependencies

This commit is contained in:
2019-04-07 23:03:32 +08:00
parent 44bf741c62
commit 7110c61b78
11 changed files with 4781 additions and 2346 deletions

6
test/index.test.js Normal file
View File

@ -0,0 +1,6 @@
import app from '../src/app'
// Example
test('isObject', () => {
expect(typeof app).toBe('object')
})