Skip to content

Commit

Permalink
Merge pull request #980 from thewtex/worker-modules
Browse files Browse the repository at this point in the history
Worker modules
  • Loading branch information
thewtex authored Oct 27, 2023
2 parents 07deeda + 05f6bdd commit 57a831b
Show file tree
Hide file tree
Showing 86 changed files with 775 additions and 843 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/pipeline/runPipeline.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('runPipeline', () => {
cy.window().then(async (win) => {
const itk = win.itk
const pipelineBaseUrl = '/pipelines'
const pipelineWorkerUrl = '/web-workers/bundles/pipeline.worker.js'
const pipelineWorkerUrl = '/web-workers/bundles/itk-wasm-pipeline.worker.js'

const args = []
const outputs = null
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function init (config) {
files: [
{ pattern: './dist/image-io/**', watched: true, served: true, included: false },
{ pattern: './dist/mesh-io/**', watched: true, served: true, included: false },
{ pattern: './dist/web-workers/**', watched: true, served: true, included: false },
{ pattern: './dist/core/web-workers/**', watched: true, served: true, included: false },
{ pattern: './dist/pipelines/**', watched: true, served: true, included: false },
{ pattern: './build-emscripten/ExternalData/test/**', watched: true, served: true, included: false },
{ pattern: `${output.path}/**/*`, watched: false, included: false, },
Expand Down
Loading

0 comments on commit 57a831b

Please sign in to comment.