Skip to content

Commit d929ea7

Browse files
committed
Add test::browser to package.json
1 parent ea79e61 commit d929ea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"build": "lerna bootstrap --ci",
1010
"test::unit": "lerna run test::unit --stream",
1111
"test::integration": "lerna run test::integration --stream",
12+
"test::browser": "lerna run test::browser --stream",
1213
"test::stress": "lerna run test::stress --stream",
1314
"test": "lerna run test --stream",
1415
"start-neo4j": "lerna run start-neo4j --scope neo4j-driver",

0 commit comments

Comments
 (0)