We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a035258 commit 9d159e0Copy full SHA for 9d159e0
1 file changed
…st/registry/additional-coverage.test.mts test/registry/edge-cases.test.mtstest/registry/additional-coverage.test.mts renamed to test/registry/edge-cases.test.mts
@@ -13,8 +13,8 @@ const pFilterPredicate = async (value: number) => {
13
return value % 2 === 0
14
}
15
16
-// Additional tests for maximum coverage
17
-describe('additional coverage tests', () => {
+// Edge case tests for various modules
+describe('edge case tests', () => {
18
describe('fs module extended tests', () => {
19
const fsUtils = require('../../registry/dist/lib/fs')
20
let tmpDir: string
0 commit comments