chore(test/server): wrong test config

pull/1773/head
Elian Doran 2025-04-28 16:41:49 +07:00
parent 59663ed696
commit cc07144f21
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -23,6 +23,7 @@
"src/**/*.spec.js", "src/**/*.spec.js",
"src/**/*.test.jsx", "src/**/*.test.jsx",
"src/**/*.spec.jsx", "src/**/*.spec.jsx",
"src/**/*.d.ts" "src/**/*.d.ts",
"src/**/*.ts"
] ]
} }