Skip to content

Commit

Permalink
Remove skip directive
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work committed Jun 22, 2022
1 parent 64b015f commit 2517465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api-tests/src/launch-preferences.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Expectations should be tested and aligned against VS Code.
* See https://github.com/akosyakov/vscode-launch/blob/master/src/test/extension.test.ts
*/
describe.skip('Launch Preferences', function () {
describe('Launch Preferences', function () {
this.timeout(10_000);

const { assert } = chai;
Expand Down

0 comments on commit 2517465

Please sign in to comment.