UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

9 lines (6 loc) 195 B
import test from 'ava' import { PixelTypes } from '../../../dist/index-node.js' test('PixelTypes#Unknown should be defined', t => { const type = PixelTypes.Unknown t.is(type, 'Unknown') })