@bomb.sh/tools
Version:
The internal dev, build, and lint CLI for Bombshell projects
1 lines • 775 B
Source Map (JSON)
{"version":3,"file":"vitest.config.mjs","names":[],"sources":["../../src/test-utils/vitest.config.ts"],"sourcesContent":["import { fileURLToPath } from 'node:url';\nimport { defineConfig } from 'vitest/config';\n\nexport default defineConfig({\n\ttest: {\n\t\texclude: ['dist/**', 'node_modules/**'],\n\t\t// oxlint/knip spawn real binaries in integration tests; 5s is not\n\t\t// enough headroom on a loaded machine.\n\t\ttestTimeout: 15_000,\n\t\tenv: {\n\t\t\tFORCE_COLOR: '1',\n\t\t},\n\t\tsnapshotSerializers: [fileURLToPath(import.meta.resolve('vitest-ansi-serializer'))],\n\t},\n});\n"],"mappings":";;;AAGA,IAAA,wBAAe,aAAa,EAC3B,MAAM;CACL,SAAS,CAAC,WAAW,iBAAiB;CAGtC,aAAa;CACb,KAAK,EACJ,aAAa,IACd;CACA,qBAAqB,CAAC,cAAc,OAAO,KAAK,QAAQ,wBAAwB,CAAC,CAAC;AACnF,EACD,CAAC"}