source:
node_modules/@braintree/sanitize-url/vitest.config.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 145 bytes |
Line | |
---|---|
1 | import { defineConfig } from "vitest/config"; |
2 | |
3 | export default defineConfig({ |
4 | test: { |
5 | globals: true, |
6 | environment: "happy-dom", |
7 | }, |
8 | }); |
Note:
See TracBrowser
for help on using the repository browser.