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 1c9d3ae commit bd7125aCopy full SHA for bd7125a
packages/jest-transform/src/ScriptTransformer.ts
@@ -43,7 +43,6 @@ type ProjectCache = {
43
transformedFiles: Map<string, TransformResult>;
44
};
45
46
-
47
// This data structure is used to avoid recalculating some data every time that
48
// we need to transform a file. Since ScriptTransformer is instantiated for each
49
// file we need to keep this object in the local scope of this module.
packages/jest-transform/src/version.ts
@@ -1,4 +1,4 @@
1
// Use `require` to avoid TS rootDir
2
const {version: VERSION} = require('../package.json');
3
4
-export default VERSION;
+export default VERSION;
0 commit comments