chore(test/server): wrong test config

This commit is contained in:
Elian Doran 2025-04-28 16:41:49 +03:00
parent 59663ed696
commit cc07144f21
No known key found for this signature in database

View File

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