Skip to content

Commit

Permalink
fix: use not script rather than cli command to start tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
  • Loading branch information
viglucci committed Jan 24, 2022
1 parent 8f7146a commit 836c0b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rsocket-browser-tck/package.json
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.0-alpha.1",
"private": "true",
"scripts": {
"test": "karma start",
"test-watch": "cross-env WATCH=true karma start"
"test": "node browser-tck.js"
},
"dependencies": {
"@rsocket/composite-metadata": "^1.0.0-alpha.1",
Expand Down

0 comments on commit 836c0b3

Please sign in to comment.