UNPKG

sbtc-bridge-lib

Version:

Library for sBTC Bridge web client and API apps

13 lines (11 loc) 259 B
/// <reference types="vitest" /> import { defineConfig } from 'vite'; export default defineConfig({ test: { globals: true, threads: false, watch: false, //include: ['**/__tests__/*.{js,tsx,ts}'], setupFiles: './tests/setup.ts' }, });