Skip to content

Commit f073dd3

Browse files
committed
fix: use not script rather than cli command to start tests
1 parent 8a14afb commit f073dd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/rsocket-browser-tck/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "1.0.0-alpha.1",
44
"private": "true",
55
"scripts": {
6-
"test": "karma start",
7-
"test-watch": "cross-env WATCH=true karma start"
6+
"test": "node browser-tck.js"
87
},
98
"dependencies": {
109
"@rsocket/composite-metadata": "^1.0.0-alpha.1",

0 commit comments

Comments
 (0)