Skip to content

Commit ef1baff

Browse files
committed
chore: suppress Webstorm warning
Signed-off-by: Sebastian Davids <[email protected]>
1 parent 3b79fae commit ef1baff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hp/vitest.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import path from 'node:path';
99
import { defineConfig } from 'vitest/config';
1010

11+
// noinspection JSUnusedGlobalSymbols
1112
export default defineConfig({
1213
test: {
1314
include: ['vitest/**/*.test.mjs'],

0 commit comments

Comments
 (0)