Skip to content

Commit

Permalink
test(DICOM): Move test files into dicom package
Browse files Browse the repository at this point in the history
Will enable as cypress tests after bindgen supports all interface types.
  • Loading branch information
thewtex committed Jul 30, 2023
1 parent 0f71377 commit 75fef2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"@shoelace-style/shoelace": "^2.5.2",
"@types/node": "^20.2.5",
"ava": "^5.1.0",
"cypress": "^12.16.0",
"debug": "^4.3.4",
"cypress": "^12.17.2",
"itk-image-io": "^1.0.0-b.117",
"rollup": "^3.9.0",
"rollup-plugin-copy": "^3.4.0",
Expand All @@ -68,4 +67,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
}
}
}
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions test/browser/io/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import readImageTest from './readImageTest.js'
import DICOMSeriesTest from './DICOMSeriesTest.js'
import DICOMTest from './DICOMTest.js'
import JPEGTest from './JPEGTest.js'
import readImageFileSeriesTest from './readImageFileSeriesTest.js'

Expand All @@ -13,8 +11,6 @@ import meshToPolyDataTest from './meshToPolyDataTest.js'

export default function () {
readImageTest()
DICOMSeriesTest()
DICOMTest()
JPEGTest()
readImageFileSeriesTest()

Expand Down

0 comments on commit 75fef2a

Please sign in to comment.