Skip to content

Commit 22d46bc

Browse files
authored
chore: fix include pattern for test files in tsconfig.json (#154)
1 parent 6f6197f commit 22d46bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"mdast-util-from-markdown": "^2.0.2",
100100
"mocha": "^11.3.0",
101101
"prettier": "^3.4.1",
102-
"rollup": "^4.41.0",
102+
"rollup": "4.51.0",
103103
"rollup-plugin-copy": "^3.5.0",
104104
"rollup-plugin-delete": "^3.0.1",
105105
"typescript": "^5.9.2",

tests/types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"erasableSyntaxOnly": true
1010
},
1111
"files": [],
12-
"include": ["**/*.test.{ts,cts}", "../../dist"]
12+
"include": ["**/*.test.ts", "**/*.test.cts", "../../dist"]
1313
}

0 commit comments

Comments
 (0)