https://github.com/silverwind/vitest-config-silverwind
Shared vitest configuration
https://github.com/silverwind/vitest-config-silverwind
Last synced: 11 months ago
JSON representation
Shared vitest configuration
- Host: GitHub
- URL: https://github.com/silverwind/vitest-config-silverwind
- Owner: silverwind
- License: bsd-2-clause
- Created: 2023-06-18T14:48:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T08:47:38.000Z (about 1 year ago)
- Last Synced: 2025-06-04T20:23:51.001Z (about 1 year ago)
- Language: TypeScript
- Size: 1.64 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vitest-config-silverwind [](https://www.npmjs.org/package/vitest-config-silverwind) [](https://raw.githubusercontent.com/silverwind/vitest-config-silverwind/master/LICENSE)
Shared Vitest configuration
```js
import {defineConfig} from "vitest/dist/config.js";
import {backend} from "vitest-config-silverwind";
export default defineConfig(backend({url: import.meta.url}));
```
© [silverwind](https://github.com/silverwind), distributed under BSD licence.