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 5224571 commit 0def7b2Copy full SHA for 0def7b2
.fernignore
@@ -1 +1,14 @@
1
# Specify files that shouldn't be modified by Fern
2
+
3
+README.md
4
5
+src/wrapper
6
+src/index.ts
7
+src/errors/SquareError.ts
8
+src/core/index.ts
9
+src/core/crypto
10
+tests/unit/error.test.ts
11
+tests/unit/fetcher/stream-wrappers/webpack.test.ts
12
+tests/integration
13
+legacy
14
+jest.config.mjs
jest.config.mjs
@@ -5,4 +5,5 @@ export default {
moduleNameMapper: {
"(.+)\.js$": "$1",
},
+ workerThreads: true,
};
0 commit comments