We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb95e commit 563fafbCopy full SHA for 563fafb
hp/vitest.config.mjs
@@ -8,6 +8,7 @@
8
import path from 'node:path';
9
import { defineConfig } from 'vitest/config';
10
11
+// noinspection JSUnusedGlobalSymbols
12
export default defineConfig({
13
test: {
14
include: ['vitest/**/*.test.mjs'],
0 commit comments