We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4659a31 commit b955a7fCopy full SHA for b955a7f
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
command: install
39
args: --features standalone -- httpmock
40
- name: Run httpmock
41
- run: httpmock --expose --static-mock-dir=./mocks &
+ run: httpmock --expose --mock-files-dir=./mocks &
42
- name: Install test runner for wasm
43
if: matrix.platform.target == 'wasm32-unknown-unknown'
44
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
0 commit comments