run JS unit test in development script (#9014)
This commit is contained in:
@@ -23,7 +23,6 @@ function runUnitTestServer() {
|
||||
autoWatch: true,
|
||||
port: 9999,
|
||||
singleRun: false,
|
||||
browsers: ['ChromeDebugging'],
|
||||
keepalive: true
|
||||
})
|
||||
.start();
|
||||
|
||||
Reference in New Issue
Block a user