Skip to content

Commit cc6836c

Browse files
committed
test(dcmqi-browser): add e2e browser tests
1 parent 796707d commit cc6836c

34 files changed

+1430
-14
lines changed

packages/core/typescript/itk-wasm/src/bindgen/typescript/typescript-bindings.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function typescriptBindings(
3636
options,
3737
forNode = false
3838
) {
39-
console.log('wasmBinaries: ', wasmBinaries);
4039
// index module
4140
let indexContent = ''
4241
let indexCommonContent = "export { default as version } from './version.js'\n"

packages/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build:python:versionSync": "itk-wasm pnpm-script build:python:versionSync",
3434
"publish:python": "itk-wasm pnpm-script publish:python",
3535
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
36-
"test:data:download": "dam download test/data test/data.tar.gz bafybeicskxufnvuem6342pkfwgeo3siiozgzmfo5f34woge6aptuzuwzzu https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/itk-wasm-v1.0.0-b.119/dicom-test-data.tar.gz https://w3s.link/ipfs/bafybeiby67winzvozowf4moqthwunuxxscssitnb6wahxv4ugvfxhu2vki/data.tar.gz",
36+
"test:data:download": "dam download test/data test/data.tar.gz bafybeicfhacth6jwhtqd2caxwtepoydf54kv3zzr36zpoj7og5iuzptv7u https://data.kitware.com/api/v1/file/66c62d8faf422925a42121ab/download",
3737
"test:data:pack": "dam pack test/data test/data.tar.gz",
3838
"test:python:wasi": "itk-wasm pnpm-script test:python:wasi",
3939
"test:python:emscripten": "itk-wasm pnpm-script test:python:emscripten",

packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)