Skip to content

Commit

Permalink
chore: remove extraneous package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Dec 19, 2023
1 parent 06d9e08 commit 5140cd3
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions yarn-project/noir-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@
"inherits": [
"../package.common.json"
],
"jest": {
"preset": "ts-jest/presets/default-esm",
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.[cm]?js$": "$1"
},
"moduleFileExtensions": [
"js",
"ts",
"cts"
],
"testRegex": "./src/.*\\.test\\.(js|mjs|ts)$",
"rootDir": "./src",
"transform": {
"^.+\\.cts$": "ts-jest"
}
},
"dependencies": {
"@aztec/circuits.js": "workspace:^",
"@aztec/foundation": "workspace:^",
Expand Down Expand Up @@ -72,13 +88,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 5140cd3

Please sign in to comment.