This commit is contained in:
Rob Lourens 2017-04-21 20:11:58 -07:00
Родитель 017590aeed
Коммит ae09b9ccad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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');