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

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

Initial commit

  • Property mode set to 100644
File size: 145 bytes
RevLine 
[d24f17c]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.