Skip to content

Commit ebcafc6

Browse files
authored
rename test scripts for DVT services (#100)
1 parent 59bb571 commit ebcafc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"test:afc": "mocha test/integration/afc-test.ts --exit --timeout 1m",
4141
"test:power-assertion": "mocha test/integration/power-assertion-test.ts --exit --timeout 1m",
4242
"test:dvt": "mocha test/integration/dvt-service-test.ts --exit --timeout 1m",
43-
"test:location-simulation-dvt": "mocha test/integration/dvt_instruments/location-simulation-test.ts --exit --timeout 1m",
44-
"test:condition-inducer-dvt": "mocha test/integration/dvt_instruments/condition-inducer-test.ts --exit --timeout 1m",
43+
"test:dvt:location-simulation": "mocha test/integration/dvt_instruments/location-simulation-test.ts --exit --timeout 1m",
44+
"test:dvt:condition-inducer": "mocha test/integration/dvt_instruments/condition-inducer-test.ts --exit --timeout 1m",
4545
"test:tunnel-creation": "sudo tsx scripts/test-tunnel-creation.ts",
4646
"test:tunnel-creation:lsof": "sudo tsx scripts/test-tunnel-creation.ts --keep-open"
4747
},

0 commit comments

Comments
 (0)