File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- const { cleanup } = require ( "./" ) ;
1+ const { cleanup } = require ( "./dist/index.js " ) ;
22
3- require ( "./polyfill" ) ;
3+ require ( "./polyfill.cjs " ) ;
44
55if ( typeof process === "undefined" ) {
66 if ( typeof afterEach === "function" ) {
Original file line number Diff line number Diff line change 1- const mmm = require ( "." ) ;
1+ const mmm = require ( "./dist/index.js " ) ;
22
33function inject ( variable ) {
44 // Older versions of node don't have `globalThis` (but as it was added in node 12 and we don't target those versions, no need to have fallbacks)
Original file line number Diff line number Diff line change 1- import * as mmm from "." ;
1+ import * as mmm from "./dist/index.mjs " ;
22
33function inject ( variable ) {
44 // Older versions of node don't have `globalThis` (but as it was added in node 12 and we don't target those versions, no need to have fallbacks)
You can’t perform that action at this time.
0 commit comments