Skip to content

Commit 8d59ef3

Browse files
Fixed tests that were previously failing in CI on Windows
1 parent a4d522b commit 8d59ef3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/specs/npm.spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ const { expect } = require("chai");
55

66
describe("npm version hooks", () => {
77

8-
if (process.platform === "win32" && process.env.CI) {
9-
// Spawning NPM fails on Windows due to a bug in NYC
10-
return;
11-
}
12-
138
it("should run the preversion script before updating the version number", () => {
149
files.create("package.json", {
1510
version: "1.0.0",

0 commit comments

Comments
 (0)