private/aws-restjson-server/vite.config.js (7 lines of code) (raw):

import { defineConfig } from "vite"; export default defineConfig({ test: { include: ["**/*.spec.ts"], globals: true, }, });