Skip to main content
Module

x/denoify/vitest.config.ts

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Go to Latest
File
import { defineConfig } from "vitest/config";
export default defineConfig({ "test": { // ref: https://vitest.dev/config/ "watch": false, "testTimeout": 43600 }});