Skip to content

Commit 94ab58d

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents da8d4c2 + 0cccf64 commit 94ab58d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yarn-project/end-to-end/src/legacy-jest-resolver.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Custom Jest resolver. When CONTRACT_ARTIFACTS_VERSION is set, redirects *only* JSON artifact files under
2-
// @aztec/noir-contracts.js/artifacts/ and @aztec/noir-test-contracts.js/artifacts/ to a local cache of the pinned
2+
// @aztec/noir-contracts.js/artifacts/, @aztec/noir-test-contracts.js/artifacts/, and @aztec/accounts/artifacts/ to a local cache of the pinned
33
// legacy versions. TypeScript wrapper classes (e.g. Token.ts) continue to load from the current workspace and use the
44
// current @aztec/aztec.js — only the artifact JSON (the deployed-contract ABI / bytecode / notes surface) is swapped.
55
//
@@ -18,7 +18,7 @@ const fs = require('fs');
1818
const { execSync } = require('child_process');
1919

2020
const version = process.env.CONTRACT_ARTIFACTS_VERSION;
21-
const REDIRECTED = ['@aztec/noir-contracts.js', '@aztec/noir-test-contracts.js'];
21+
const REDIRECTED = ['@aztec/noir-contracts.js', '@aztec/noir-test-contracts.js', '@aztec/accounts'];
2222

2323
// Jest sets rootDir to <e2e>/src; this file lives there too.
2424
const e2eRoot = path.resolve(__dirname, '..');

0 commit comments

Comments
 (0)