Remove .only
This commit is contained in:
Родитель
017590aeed
Коммит
ae09b9ccad
|
@ -30,7 +30,7 @@ suite('Breakpoints', () => {
|
|||
return testSetup.teardown();
|
||||
});
|
||||
|
||||
suite.only('Column BPs', () => {
|
||||
suite('Column BPs', () => {
|
||||
test('Column BP is hit on correct column', async () => {
|
||||
const testProjectRoot = path.join(DATA_ROOT, 'columns');
|
||||
const scriptPath = path.join(testProjectRoot, 'src/script.ts');
|
||||
|
|
Загрузка…
Ссылка в новой задаче