build: remove redundant line
The same value is set a few lines below.
This commit is contained in:
parent
2cc931ed2a
commit
b46cc744b3
|
@ -31,8 +31,6 @@ function toolsDirRequire(moduleId: string) {
|
|||
// Tun on full stack traces in errors to help debugging
|
||||
(<any>Error)['stackTraceLimit'] = Infinity;
|
||||
|
||||
jrunner.jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
|
||||
|
||||
// Support passing multiple globs
|
||||
var globsIndex = process.argv.indexOf('--');
|
||||
var args: string[];
|
||||
|
|
Loading…
Reference in New Issue