Make tests pass
This commit is contained in:
parent
3d8067e947
commit
b6547f9e29
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack watch --mode development",
|
"dev": "webpack watch --mode development",
|
||||||
"build": "webpack --mode production"
|
"build": "webpack --mode production",
|
||||||
|
"test": "jest --passWithNoTests"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sync-client": "file:../sync-client"
|
"sync-client": "file:../sync-client"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue