Skip to content

Commit

Permalink
Merge pull request #89 from tshino/enable-find-regression-test
Browse files Browse the repository at this point in the history
Enable find regression test
  • Loading branch information
tshino authored Apr 3, 2022
2 parents 2266490 + a889acd commit 1cbe3c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/suite/playback_find.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
'use strict';
// This regression test should fail until #33 is fixed.
// First, we need to pass this test.
/*
const assert = require('assert');
const vscode = require('vscode');
const util = require('../../src/util.js');
Expand Down Expand Up @@ -45,6 +42,7 @@ describe('Recording and Playback: Find', () => {
textEditor = await TestUtil.setupTextEditor({ content: '', language: 'javascript' });
});

// This is a regression test for https://github.com/tshino/vscode-kb-macro/issues/33
describe('Find', () => {
beforeEach(async () => {
await TestUtil.resetDocument(textEditor, (
Expand Down Expand Up @@ -88,4 +86,3 @@ describe('Recording and Playback: Find', () => {
});
});
});
*/

0 comments on commit 1cbe3c2

Please sign in to comment.