Skip to content

Commit

Permalink
fix: master (AztecProtocol#4547)
Browse files Browse the repository at this point in the history
This originally failed without this, but then seems to be causing
problems now. Experimenting, but something bigger may be broken here
  • Loading branch information
ludamad committed Feb 12, 2024
1 parent 26918de commit 490ca26
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions yarn-project/sequencer-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,5 @@
"types": "./dest/index.d.ts",
"engines": {
"node": ">=18"
},
"jest": {
"preset": "ts-jest/presets/default-esm",
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.[cm]?js$": "$1"
},
"testRegex": "./src/.*\\.test\\.(js|mjs|ts)$",
"rootDir": "./src"
}
}

0 comments on commit 490ca26

Please sign in to comment.