Skip to content

Commit 21c212d

Browse files
authored
chore: fix include pattern for test files in tsconfig.json (#269)
1 parent 34d43a6 commit 21c212d

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
@@ -102,7 +102,7 @@
102102
"mdn-data": "^2.24.0",
103103
"mocha": "^11.0.0",
104104
"prettier": "^3.6.0",
105-
"rollup": "^4.16.2",
105+
"rollup": "4.51.0",
106106
"rollup-plugin-copy": "^3.5.0",
107107
"rollup-plugin-delete": "^3.0.1",
108108
"tailwind-csstree": "^0.1.0",

tests/types/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"exactOptionalPropertyTypes": true
88
},
99
"files": [],
10-
"include": ["**/*.test.{ts,cts}", "../../dist"]
10+
"include": ["**/*.test.ts", "**/*.test.cts", "../../dist"]
1111
}

0 commit comments

Comments
 (0)