honojs-middleware/packages/bun-compress/vitest.config.ts

8 lines
118 B
TypeScript
Raw Normal View History

import { defineProject } from 'vitest/config.js'
export default defineProject({
test: {
globals: true,
},
})