Make tests pass

This commit is contained in:
Andras Schmelczer 2025-02-23 10:42:10 +00:00
parent 3d8067e947
commit b6547f9e29
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -7,7 +7,8 @@
},
"scripts": {
"dev": "webpack watch --mode development",
"build": "webpack --mode production"
"build": "webpack --mode production",
"test": "jest --passWithNoTests"
},
"dependencies": {
"sync-client": "file:../sync-client"