UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

9 lines (7 loc) 155 B
/// <reference types="vitest/config" /> import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, }, });