Fix test 'none' -> 'off'
This commit is contained in:
Родитель
9cf2d65f12
Коммит
e2e25d70ed
|
@ -239,10 +239,10 @@ suite('BreakOnLoad', () => {
|
|||
});
|
||||
});
|
||||
|
||||
suite('BreakOnLoad Disabled (strategy: none)', () => {
|
||||
suite('BreakOnLoad Disabled (strategy: off)', () => {
|
||||
let dc: ts.ExtendedDebugClient;
|
||||
setup(() => {
|
||||
return testSetup.setup(undefined, { breakOnLoadStrategy: "none" })
|
||||
return testSetup.setup(undefined, { breakOnLoadStrategy: "off" })
|
||||
.then(_dc => dc = _dc);
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче