Skip to content

Commit bca39dc

Browse files
committed
test(dicom): update testing data
1 parent 93ee4f7 commit bca39dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dicom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"description": "@itk-wasm/dicom build configuration.",
66
"type": "module",
77
"itk-wasm": {
8-
"test-data-hash": "bafybeicfi7f4juhmwopel74nrpisvmzzh7ue6f27scooyljc3xd765snh4",
8+
"test-data-hash": "bafybeibqq72bvmnjodjrsmbfk2nwj7sqxh5wazxegmfjdhlww4rwj3ul6e",
99
"test-data-urls": [
10-
"https://bafybeig5gj5o2fvcjgxcwwq3r33w6pnxejvg4bl5o53vxlr7af2m2s5xda.ipfs.w3s.link/ipfs/bafybeig5gj5o2fvcjgxcwwq3r33w6pnxejvg4bl5o53vxlr7af2m2s5xda/data.tar.gz"
10+
"https://bafybeiaqy5uzmsxkssdwu66foicuodlrxueczmtouz254hgr2azx6xnjwa.ipfs.w3s.link/ipfs/bafybeiaqy5uzmsxkssdwu66foicuodlrxueczmtouz254hgr2azx6xnjwa/data.tar.gz"
1111
],
1212
"emscripten-docker-image": "quay.io/itkwasm/emscripten:latest",
1313
"wasi-docker-image": "quay.io/itkwasm/wasi:latest",
@@ -28,7 +28,7 @@
2828
"build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript",
2929
"build:gen:python": "pnpm build:wasi && pnpm bindgen:python",
3030
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
31-
"test:data:download": "dam download test/data test/data.tar.gz bafybeicfi7f4juhmwopel74nrpisvmzzh7ue6f27scooyljc3xd765snh4 https://bafybeig5gj5o2fvcjgxcwwq3r33w6pnxejvg4bl5o53vxlr7af2m2s5xda.ipfs.w3s.link/ipfs/bafybeig5gj5o2fvcjgxcwwq3r33w6pnxejvg4bl5o53vxlr7af2m2s5xda/data.tar.gz",
31+
"test:data:download": "dam download test/data test/data.tar.gz bafybeibqq72bvmnjodjrsmbfk2nwj7sqxh5wazxegmfjdhlww4rwj3ul6e https://bafybeiaqy5uzmsxkssdwu66foicuodlrxueczmtouz254hgr2azx6xnjwa.ipfs.w3s.link/ipfs/bafybeiaqy5uzmsxkssdwu66foicuodlrxueczmtouz254hgr2azx6xnjwa/data.tar.gz",
3232
"test:data:pack": "dam pack test/data test/data.tar.gz",
3333
"test:python:wasi": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-wasi",
3434
"test:python:emscripten": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-emscripten",

0 commit comments

Comments
 (0)