Skip to content

Commit

Permalink
[WIP] Test: Enable skipped CLI tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 10, 2024
1 parent 2a7eea1 commit f3d768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/cli-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { execute, concurrentMapKeys } = require('./helpers/execute.js');
const { readFixtures } = require('./helpers/fixtures.js');

const FIXTURES_DIR = path.join(__dirname, 'fixtures');
const skipOnWinTest = (process.platform === 'win32' ? 'skip' : 'test');
const skipOnWinTest = 'test';

QUnit.module('CLI Main', () => {
QUnit.test.each('fixtures',
Expand Down

0 comments on commit f3d768f

Please sign in to comment.