Skip to content

Commit

Permalink
fix: failing js tests (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx authored Sep 15, 2023
1 parent 9b77c1a commit 398b6d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ jobs:
path: ${{ env.UPLOAD_PATH }}
retention-days: 3

- name: Run `integration-tests`
- name: Setup `integration-tests`
run: |
yarn install --immutable
yarn workspace @noir-lang/noir-source-resolver build
- name: Run `integration-tests`
run: |
yarn test:integration
- name: Alert on nightly test failure
Expand Down
1 change: 0 additions & 1 deletion compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@noir-lang/source-resolver": "workspace:*",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.15.3",
"@web/test-runner-playwright": "^0.10.0",
"@web/test-runner-webdriver": "^0.7.0"
}
}
2 changes: 1 addition & 1 deletion tooling/noirc_abi_wasm/test/browser/abi_encode.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from "@esm-bundle/chai";
import initNoirAbi, { abiEncode, abiDecode, WitnessMap } from "../../../../result";
import initNoirAbi, { abiEncode, abiDecode, WitnessMap } from "@noir-lang/noirc_abi";
import { DecodedInputs } from "../types";

beforeEach(async () => {
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4277,7 +4277,6 @@ __metadata:
"@noir-lang/source-resolver": "workspace:*"
"@web/dev-server-esbuild": ^0.3.6
"@web/test-runner": ^0.15.3
"@web/test-runner-playwright": ^0.10.0
"@web/test-runner-webdriver": ^0.7.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 398b6d7

Please sign in to comment.