Skip to content

Commit

Permalink
use browserJest
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Sep 14, 2023
1 parent c0c3f30 commit 9939036
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/@testing-library/jest-dom.js

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

2 changes: 1 addition & 1 deletion dist/pug/pug.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@live-codes/browser-compilers",
"version": "0.7.6",
"version": "0.8.0",
"description": "Compilers that run in the browser, for use in livecodes.io",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ fs.copyFileSync(
.then(() => {
if (mod !== 'jest-dom.js') return;
patch('dist/@testing-library/jest-dom.js', {
'expect.extend': 'window.jestLite?.core.expect.extend',
'expect.extend': 'window.browserJest?.expect.extend',
});
});
},
Expand Down

0 comments on commit 9939036

Please sign in to comment.