Skip to content

Commit 8bc36a0

Browse files
committed
fix(headless): added tests to ts exclude
1 parent 1e8be6b commit 8bc36a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/kit-headless/tsconfig.lib.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"**/*.cy.ts",
1515
"**/*.cy.js",
1616
"**/*.cy.tsx",
17-
"**/*.cy.jsx"
17+
"**/*.cy.jsx",
18+
"**/*.spec.jsx",
19+
"**/*.spec.tsx",
20+
"**/*.spec.ts"
1821
],
1922
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
2023
}

0 commit comments

Comments
 (0)