Skip to content

Commit

Permalink
. d Added help message for compiler error
Browse files Browse the repository at this point in the history
Co-Authored-By: lexler <[email protected]>
Co-Authored-By: Pedro Calixto <[email protected]>
  • Loading branch information
3 people committed Sep 8, 2023
1 parent e1e8992 commit 9e722f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/Providers/Jest/JestApprovals.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
import {printArray, printJson} from "../../Utilities/Printers";
/* ^^^ If the above line is failing, please add
# 1. Jest Config
```
"transformIgnorePatterns": ["node_modules/@3ds"]
```
# 2. tsconfig.json
```
"esModuleInterop": true
```
*/
import {Options} from "../../Core/Options";

const StringWriter = require("../../StringWriter");
Expand Down

0 comments on commit 9e722f9

Please sign in to comment.