Skip to content

Commit

Permalink
fix!: move fixtures to @aztec/circuits.js/testing/fixtures (#5826)
Browse files Browse the repository at this point in the history
Moves circuits.js' fixtures to their own export since they only work in
a nodejs environment.
  • Loading branch information
alexghr authored Apr 18, 2024
1 parent edeea3d commit fb7a617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions yarn-project/circuits.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"./hash": "./dest/hash/index.js",
"./barretenberg": "./dest/barretenberg/index.js",
"./testing": "./dest/tests/index.js",
"./testing/fixtures": "./dest/tests/fixtures.js",
"./interfaces": "./dest/interfaces/index.js",
"./utils": "./dest/utils/index.js",
"./types": "./dest/types/index.js",
Expand Down
1 change: 0 additions & 1 deletion yarn-project/circuits.js/src/tests/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './fixtures.js';
export * from './factories.js';

0 comments on commit fb7a617

Please sign in to comment.