We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d522b commit 8d59ef3Copy full SHA for 8d59ef3
test/specs/npm.spec.js
@@ -5,11 +5,6 @@ const { expect } = require("chai");
5
6
describe("npm version hooks", () => {
7
8
- if (process.platform === "win32" && process.env.CI) {
9
- // Spawning NPM fails on Windows due to a bug in NYC
10
- return;
11
- }
12
-
13
it("should run the preversion script before updating the version number", () => {
14
files.create("package.json", {
15
version: "1.0.0",
0 commit comments