We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba65d commit bef24c0Copy full SHA for bef24c0
packages/core/typescript/itk-wasm/test/node/pipeline/run-pipeline-node-test.js
@@ -10,7 +10,7 @@ import {
10
InterfaceTypes
11
} from '../../../dist/index-node.js'
12
13
-function readCthead1() {
+function readCthead1 () {
14
const testInputImageDir = path.resolve(
15
'test',
16
'pipelines',
@@ -48,7 +48,7 @@ function readCthead1() {
48
image.data = pixelData
49
return image
50
}
51
-function readCow() {
+function readCow () {
52
const testInputMeshDir = path.resolve(
53
54
0 commit comments