Skip to content

Commit

Permalink
revert global qunit rewire
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jan 21, 2021
1 parent c11c367 commit 8435bfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions lib/setup-node-js-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ window.QUnit.done((details) => {
console.log(details.timeTaken); // runtime
});

const rewiremock = (await import('rewiremock/node.js')).default;

rewiremock('qunit').with(window.QUnit);

export default window.QUnit;

function getTestStatusCode(details) {
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"chalk": "^4.1.0",
"puppeteer": "^5.5.0",
"qunit": "^2.13.0",
"rewiremock": "^3.14.3",
"ws": "^7.4.2"
},
"devDependencies": {
Expand Down

0 comments on commit 8435bfe

Please sign in to comment.