source: node_modules/@braintree/sanitize-url/vitest.config.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 145 bytes
Line 
1import { defineConfig } from "vitest/config";
2
3export default defineConfig({
4 test: {
5 globals: true,
6 environment: "happy-dom",
7 },
8});
Note: See TracBrowser for help on using the repository browser.