diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index 261b8286..071e38fd 100644 --- a/frontend/test-client/package.json +++ b/frontend/test-client/package.json @@ -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"