diff --git a/yarn-project/accounts/package.json b/yarn-project/accounts/package.json index b78eb273ca5f..2b3cde6cec1d 100644 --- a/yarn-project/accounts/package.json +++ b/yarn-project/accounts/package.json @@ -50,6 +50,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/archiver/package.json b/yarn-project/archiver/package.json index e1de80228691..1eff7e25ea07 100644 --- a/yarn-project/archiver/package.json +++ b/yarn-project/archiver/package.json @@ -39,6 +39,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/aztec-faucet/package.json b/yarn-project/aztec-faucet/package.json index 28accc5b5433..957b2203b87e 100644 --- a/yarn-project/aztec-faucet/package.json +++ b/yarn-project/aztec-faucet/package.json @@ -36,6 +36,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/aztec-node/package.json b/yarn-project/aztec-node/package.json index 36f1026b4510..43c4c4e7ad5b 100644 --- a/yarn-project/aztec-node/package.json +++ b/yarn-project/aztec-node/package.json @@ -37,6 +37,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/aztec.js/package.json b/yarn-project/aztec.js/package.json index d4f1ad2ed968..96748862412c 100644 --- a/yarn-project/aztec.js/package.json +++ b/yarn-project/aztec.js/package.json @@ -54,6 +54,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 5d3874c5a859..d9f79c69f3b7 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -78,6 +78,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "engines": { diff --git a/yarn-project/builder/package.json b/yarn-project/builder/package.json index 5f87dd34488e..df3bd61df224 100644 --- a/yarn-project/builder/package.json +++ b/yarn-project/builder/package.json @@ -46,6 +46,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/circuit-types/package.json b/yarn-project/circuit-types/package.json index d0a245f9f422..8779c385af20 100644 --- a/yarn-project/circuit-types/package.json +++ b/yarn-project/circuit-types/package.json @@ -41,6 +41,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/circuits.js/package.json b/yarn-project/circuits.js/package.json index e3ef5ffd9211..07c5759f8a2a 100644 --- a/yarn-project/circuits.js/package.json +++ b/yarn-project/circuits.js/package.json @@ -78,6 +78,14 @@ "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] + ] } } diff --git a/yarn-project/end-to-end/jest.integration.config.json b/yarn-project/end-to-end/jest.integration.config.json index c29166140a62..84d61df320c4 100644 --- a/yarn-project/end-to-end/jest.integration.config.json +++ b/yarn-project/end-to-end/jest.integration.config.json @@ -6,6 +6,7 @@ "moduleNameMapper": { "^(\\.{1,2}/.*)\\.js$": "$1" }, + "reporters": [["default", {"summaryThreshold": 9999}]], "testRegex": "./src/.*\\.test\\.ts$", "rootDir": "./src" } diff --git a/yarn-project/end-to-end/package.json b/yarn-project/end-to-end/package.json index 3ff8401dd775..524ecfedde82 100644 --- a/yarn-project/end-to-end/package.json +++ b/yarn-project/end-to-end/package.json @@ -110,6 +110,7 @@ "@swc/jest" ] }, + "reporters": [["default", {"summaryThreshold": 9999}]], "moduleNameMapper": { "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, diff --git a/yarn-project/entrypoints/package.json b/yarn-project/entrypoints/package.json index 3ee6b4bbe951..63470f197896 100644 --- a/yarn-project/entrypoints/package.json +++ b/yarn-project/entrypoints/package.json @@ -40,6 +40,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/ethereum/package.json b/yarn-project/ethereum/package.json index f844712e9efc..efd72f2d3da2 100644 --- a/yarn-project/ethereum/package.json +++ b/yarn-project/ethereum/package.json @@ -56,6 +56,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "engines": { diff --git a/yarn-project/foundation/package.json b/yarn-project/foundation/package.json index df881ec593c4..a4b504dfb1e4 100644 --- a/yarn-project/foundation/package.json +++ b/yarn-project/foundation/package.json @@ -67,6 +67,14 @@ "rootDir": "./src", "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/key-store/package.json b/yarn-project/key-store/package.json index 27830c38bae7..79ce75204c39 100644 --- a/yarn-project/key-store/package.json +++ b/yarn-project/key-store/package.json @@ -34,6 +34,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/kv-store/package.json b/yarn-project/kv-store/package.json index d22d0190c7da..0fcb06fd0e39 100644 --- a/yarn-project/kv-store/package.json +++ b/yarn-project/kv-store/package.json @@ -33,6 +33,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/merkle-tree/package.json b/yarn-project/merkle-tree/package.json index 70f816d62b53..8d19e74c5a5c 100644 --- a/yarn-project/merkle-tree/package.json +++ b/yarn-project/merkle-tree/package.json @@ -36,6 +36,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/noir-contracts.js/package.json b/yarn-project/noir-contracts.js/package.json index 811ab20a72b0..138a17712476 100644 --- a/yarn-project/noir-contracts.js/package.json +++ b/yarn-project/noir-contracts.js/package.json @@ -34,6 +34,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/noir-protocol-circuits-types/package.json b/yarn-project/noir-protocol-circuits-types/package.json index 01acd5cc549a..c8bcbff91717 100644 --- a/yarn-project/noir-protocol-circuits-types/package.json +++ b/yarn-project/noir-protocol-circuits-types/package.json @@ -34,7 +34,15 @@ "^.+\\.tsx?$": [ "@swc/jest" ] - } + }, + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] + ] }, "dependencies": { "@aztec/builder": "workspace:^", diff --git a/yarn-project/p2p-bootstrap/package.json b/yarn-project/p2p-bootstrap/package.json index c715d62a5221..d4a718755ad4 100644 --- a/yarn-project/p2p-bootstrap/package.json +++ b/yarn-project/p2p-bootstrap/package.json @@ -56,6 +56,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "engines": { diff --git a/yarn-project/p2p/package.json b/yarn-project/p2p/package.json index 8ba5ec408838..8ec12b13a0e5 100644 --- a/yarn-project/p2p/package.json +++ b/yarn-project/p2p/package.json @@ -36,6 +36,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/package.common.json b/yarn-project/package.common.json index 3baad97350e3..80b56a8d697a 100644 --- a/yarn-project/package.common.json +++ b/yarn-project/package.common.json @@ -24,6 +24,7 @@ "moduleNameMapper": { "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, + "reporters": [["default", {"summaryThreshold": 9999}]], "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", "rootDir": "./src" } diff --git a/yarn-project/protocol-contracts/package.json b/yarn-project/protocol-contracts/package.json index d0d254c2deef..d05a83250fd3 100644 --- a/yarn-project/protocol-contracts/package.json +++ b/yarn-project/protocol-contracts/package.json @@ -45,6 +45,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/prover-client/package.json b/yarn-project/prover-client/package.json index 989fd4ff340d..132403cbb7ff 100644 --- a/yarn-project/prover-client/package.json +++ b/yarn-project/prover-client/package.json @@ -39,6 +39,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/pxe/package.json b/yarn-project/pxe/package.json index 03c104943bea..a7c36b728b7a 100644 --- a/yarn-project/pxe/package.json +++ b/yarn-project/pxe/package.json @@ -37,6 +37,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/scripts/package.json b/yarn-project/scripts/package.json index 94e2988785e0..e7a327778e69 100644 --- a/yarn-project/scripts/package.json +++ b/yarn-project/scripts/package.json @@ -64,6 +64,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "engines": { diff --git a/yarn-project/sequencer-client/package.json b/yarn-project/sequencer-client/package.json index 47336f4a5074..a84790233700 100644 --- a/yarn-project/sequencer-client/package.json +++ b/yarn-project/sequencer-client/package.json @@ -85,6 +85,14 @@ "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] + ] } } diff --git a/yarn-project/simulator/package.json b/yarn-project/simulator/package.json index 1c13ca0a631c..b7fd60c5c294 100644 --- a/yarn-project/simulator/package.json +++ b/yarn-project/simulator/package.json @@ -34,6 +34,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/types/package.json b/yarn-project/types/package.json index 9832f31fb767..4abfe1f9a655 100644 --- a/yarn-project/types/package.json +++ b/yarn-project/types/package.json @@ -39,6 +39,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": { diff --git a/yarn-project/world-state/package.json b/yarn-project/world-state/package.json index 2cae20bf5228..5e3dd632a209 100644 --- a/yarn-project/world-state/package.json +++ b/yarn-project/world-state/package.json @@ -34,6 +34,14 @@ }, "extensionsToTreatAsEsm": [ ".ts" + ], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] ] }, "dependencies": {