UNPKG

@itk-wasm/image-io

Version:

Input and output for scientific and medical image file formats.

11 lines (9 loc) 227 B
import { defineConfig } from "cypress"; export default defineConfig({ e2e: { defaultCommandTimeout: 40000, setupNodeEvents(on, config) { }, includeShadowDom: true, // to query into itk-image-details }, });