Skip to content

Commit

Permalink
test(mesh-io): add byu-test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 26, 2023
1 parent b977840 commit dbeb159
Show file tree
Hide file tree
Showing 5 changed files with 775 additions and 35 deletions.
8 changes: 8 additions & 0 deletions packages/mesh-io/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"start": "npm run copyShoelaceAssets && vite",
"test": "echo \"Error: no test specified\" && exit 1",
"test:node": "ava",
"build": "npm run build:tsc && npm run build:browser:workerEmbedded && npm run build:browser:workerEmbeddedMin && npm run build:demo",
"build:browser:workerEmbedded": "esbuild --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.js ./src/index-worker-embedded.ts",
"build:browser:workerEmbeddedMin": "esbuild --minify --loader:.worker.js=dataurl --bundle --format=esm --outfile=./dist/bundle/index-worker-embedded.min.js ./src/index-worker-embedded.min.ts",
Expand All @@ -38,6 +39,7 @@
"@itk-wasm/image-io": "^0.2.0",
"@shoelace-style/shoelace": "^2.5.2",
"@types/node": "^20.2.5",
"ava": "^5.3.1",
"esbuild": "^0.19.5",
"shx": "^0.3.4",
"typescript": "^5.0.4",
Expand All @@ -47,5 +49,11 @@
"repository": {
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
},
"ava": {
"files": [
"test/node/**/*",
"!test/node/common.js"
]
}
}
Loading

0 comments on commit dbeb159

Please sign in to comment.