Skip to content

Commit

Permalink
Update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 21, 2025
1 parent 5224571 commit 0def7b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Specify files that shouldn't be modified by Fern

README.md

src/wrapper
src/index.ts
src/errors/SquareError.ts
src/core/index.ts
src/core/crypto
tests/unit/error.test.ts
tests/unit/fetcher/stream-wrappers/webpack.test.ts
tests/integration
legacy
jest.config.mjs
1 change: 1 addition & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
moduleNameMapper: {
"(.+)\.js$": "$1",
},
workerThreads: true,
};

0 comments on commit 0def7b2

Please sign in to comment.