Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ychi committed Jun 27, 2020
1 parent a512723 commit 7f873f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/jest-transform/src/ScriptTransformer.ts
Expand Up @@ -43,7 +43,6 @@ type ProjectCache = {
transformedFiles: Map<string, TransformResult>;
};


// This data structure is used to avoid recalculating some data every time that
// we need to transform a file. Since ScriptTransformer is instantiated for each
// file we need to keep this object in the local scope of this module.
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/src/version.ts
@@ -1,4 +1,4 @@
// Use `require` to avoid TS rootDir
const {version: VERSION} = require('../package.json');

export default VERSION;
export default VERSION;

0 comments on commit 7f873f7

Please sign in to comment.