We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bc8c4 commit b4f7266Copy full SHA for b4f7266
1 file changed
rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts
@@ -35,7 +35,7 @@ import { expect } from 'chai';
35
36
function parameterizedDescribe(body: (this: Suite, errorRecovery: boolean) => void) {
37
describe('DSL', function() { body.apply(this, [false]); });
38
- // describe('DSL+recovery', function() { body.apply(this, [true]); });
+ describe('DSL+recovery', function() { body.apply(this, [true]); });
39
}
40
41
parameterizedDescribe(function (errorRecovery: boolean) {
0 commit comments