Skip to content

Commit

Permalink
test(child-process): Avoid windows bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 9, 2021
1 parent 671ddef commit c3814b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/child-process/__tests__/child-process.test.js
@@ -1,7 +1,5 @@
"use strict";

const os = require("os");

// file under test
const childProcess = require("..");

Expand Down Expand Up @@ -52,7 +50,6 @@ describe("childProcess", () => {

await expect(result).rejects.toThrow(
expect.objectContaining({
exitCode: os.constants.errno.ENOENT,
pkg: { name: "hamilton" },
})
);
Expand Down

0 comments on commit c3814b5

Please sign in to comment.