Skip to content

Commit b4f7266

Browse files
committed
Debug UI test
1 parent 54bc8c4 commit b4f7266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rascal-vscode-extension/src/test/vscode-suite

rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { expect } from 'chai';
3535

3636
function parameterizedDescribe(body: (this: Suite, errorRecovery: boolean) => void) {
3737
describe('DSL', function() { body.apply(this, [false]); });
38-
// describe('DSL+recovery', function() { body.apply(this, [true]); });
38+
describe('DSL+recovery', function() { body.apply(this, [true]); });
3939
}
4040

4141
parameterizedDescribe(function (errorRecovery: boolean) {

0 commit comments

Comments
 (0)