Skip to content

Commit c844031

Browse files
committed
test(transform-io): add Filebase and GitHub release test data urls
1 parent 936ca2c commit c844031

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/transform-io/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"itk-wasm": {
88
"test-data-hash": "bafkreihranpzszz3q5bwgzsw6olqwh2e726wfnh4qblkjbng44yhqbfin4",
99
"test-data-urls": [
10+
"https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/test-data/transform-io-test-data-2026-02-24-bafkreihranpzszz3q5bwgzsw6olqwh2e726wfnh4qblkjbng44yhqbfin4.tar.gz",
11+
"https://fideus.myfilebase.com/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz"
1012
"https://itk.mypinata.cloud/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz",
1113
"https://bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme.ipfs.w3s.link/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz"
1214
],
@@ -29,7 +31,7 @@
2931
"build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript",
3032
"build:gen:python": "pnpm build:wasi && pnpm bindgen:python",
3133
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
32-
"test:data:download": "dam download test/data test/data.tar.gz bafkreihranpzszz3q5bwgzsw6olqwh2e726wfnh4qblkjbng44yhqbfin4 https://itk.mypinata.cloud/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz https://bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme.ipfs.w3s.link/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz",
34+
"test:data:download": "dam download test/data test/data.tar.gz bafkreihranpzszz3q5bwgzsw6olqwh2e726wfnh4qblkjbng44yhqbfin4 https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/test-data/transform-io-test-data-2026-02-24-bafkreihranpzszz3q5bwgzsw6olqwh2e726wfnh4qblkjbng44yhqbfin4.tar.gz https://fideus.myfilebase.com/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz https://itk.mypinata.cloud/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz https://bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme.ipfs.w3s.link/ipfs/bafybeihn3n52vhja45ds3d4wsch3i77rej2oylorjgevt55w3aqirgxzme/data.tar.gz",
3335
"test:data:pack": "dam pack test/data test/data.tar.gz",
3436
"test:python:wasi": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-wasi",
3537
"test:python:emscripten": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-emscripten",

0 commit comments

Comments
 (0)