mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
test: ignore sandbox
dir (#1424)
This commit is contained in:
parent
5b07146cf8
commit
b7161090ea
@ -1,10 +1,11 @@
|
||||
/// <reference types="vitest" />
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import { configDefaults, defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
include: ['**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
|
||||
exclude: [...configDefaults.exclude, '**/sandbox/**'],
|
||||
environment: 'miniflare',
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
|
Loading…
Reference in New Issue
Block a user