Skip to content

Commit 54e1b37

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 11def2a commit 54e1b37

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

tests/integration/cli.from-setups.test.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ const { describe, expect, test } = require('@jest/globals')
2626
const { makeReproducible, getNpmVersion } = require('../_helper')
2727
const { UPDATE_SNAPSHOTS, mkTemp, cliWrapper, latestCdxSpecVersion, demoResultsRoot, projectDemoRootPath } = require('./')
2828

29-
describe('integration.cli.from-setups', () => {
30-
// !! due to inconsistencies between npm6,7,8,9
31-
// these tests are about to be skipped
32-
return
33-
/* eslint-disable no-unreachable */
34-
29+
// !! due to inconsistencies between npm6,7,8,9
30+
// these tests are about to be skipped
31+
describe.skip('integration.cli.from-setups', () => {
3532
const skipAllTests = getNpmVersion()[0] < 8
3633

3734
const cliRunTestTimeout = 15000

tests/integration/setup.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ const { getNpmVersion } = require('../_helper')
2323
const { projectDemoRootPath } = require('./');
2424

2525
(function () {
26-
// !! due to inconsistencies between npm6,7,8,9
27-
// the related tests are about to be skipped
28-
return
29-
/* eslint-disable no-unreachable */
30-
3126
const REQUIRES_INSTALL = []
3227

3328
const npmVersion = getNpmVersion()

0 commit comments

Comments
 (0)