Skip to content

Commit 6e9a41d

Browse files
committed
test: rsocket-websocket-server yarn test runs jest
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent 73e4a41 commit 6e9a41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rsocket-websocket-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"clean": "rimraf -rf ./dist",
1818
"compile": "tsc -p tsconfig.build.json",
1919
"prepublishOnly": "yarn run build",
20-
"test": "echo \"Error: no test specified\" && exit 0"
20+
"test": "jest"
2121
},
2222
"dependencies": {
2323
"rsocket-core": "^1.0.0-alpha.3",

0 commit comments

Comments
 (0)