We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3aa0a commit c9cf696Copy full SHA for c9cf696
packages/jest-runtime/src/index.ts
@@ -1651,9 +1651,9 @@ export default class Runtime {
1651
? `jest-nodejs-core-${filename}`
1652
: filename;
1653
return new Script(this.wrapCodeInModuleWrapper(scriptSource), {
1654
+ columnOffset: this._fileTransforms.get(filename)?.wrapperLength,
1655
displayErrors: true,
1656
filename: scriptFilename,
- columnOffset: this._fileTransforms.get(filename)?.wrapperLength,
1657
// @ts-expect-error: Experimental ESM API
1658
importModuleDynamically: async (specifier: string) => {
1659
invariant(
0 commit comments