Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Temporarily remove node-sleep until it builds on Node 12+.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 6, 2019
1 parent 3c50b83 commit 2207949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"rewire": "^4.0.1",
"semver": "^5.7.0",
"sinon": "^7.3.2",
"sleep": "^5.2.4",
"sqreen": "^1.30.1",
"strip-ansi": "^5.2.0",
"terser": "^3.17.0",
Expand Down
7 changes: 0 additions & 7 deletions test/scenario-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ describe("scenario tests", function () {
.then(({ stdout }) => assert.ok(stdout.includes("module-alias:true")))
)

it("should work with native modules", () =>
node([
path.resolve("fixture/scenario/native")
], envAuto)
.then(({ stdout }) => assert.ok(stdout.includes("native:true")))
)

it("should work with newrelic", () => {
const dirPath = path.resolve("fixture/scenario/newrelic")
const cwdPath = path.resolve(dirPath, "cwd.js")
Expand Down

0 comments on commit 2207949

Please sign in to comment.