UNPKG

bugzilla

Version:

A NodeJS module to access Bugzilla instances through the REST API.

10 lines (8 loc) 206 B
import { configDefaults, defineConfig } from 'vitest/config'; export default defineConfig({ test: { exclude: [...configDefaults.exclude], fileParallelism: false, testTimeout: 10000, }, });