diff --git a/frontend/test-client/package.json b/frontend/test-client/package.json index 261b828..071e38f 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"