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
|
// Tun on full stack traces in errors to help debugging
|
||||||
(<any>Error)['stackTraceLimit'] = Infinity;
|
(<any>Error)['stackTraceLimit'] = Infinity;
|
||||||
|
|
||||||
jrunner.jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
|
|
||||||
|
|
||||||
// Support passing multiple globs
|
// Support passing multiple globs
|
||||||
var globsIndex = process.argv.indexOf('--');
|
var globsIndex = process.argv.indexOf('--');
|
||||||
var args: string[];
|
var args: string[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user