run JS unit test in development script (#9014)

This commit is contained in:
Niels Lyngsø
2020-11-23 11:31:31 +01:00
committed by GitHub
parent b7d37f2279
commit 14747df4e7
2 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ function runUnitTestServer() {
autoWatch: true,
port: 9999,
singleRun: false,
browsers: ['ChromeDebugging'],
keepalive: true
})
.start();