Make tests pass

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

View file

@ -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"