1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

chore: remove obsolete documentation and configuration files

This commit is contained in:
2025-05-19 03:34:50 +07:00
parent ead9c019cd
commit c5f34efe05
4 changed files with 0 additions and 50 deletions

View File

@@ -1,7 +0,0 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
environment: 'jsdom',
},
});