Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit c258f77

Browse files
committed
Improve external component detection with es5-like source
1 parent 7f8f2c5 commit c258f77

File tree

4 files changed

+869
-1
lines changed

4 files changed

+869
-1
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
"/node_modules/",
1313
"/dist/",
1414
"/fixtures/",
15+
"\\.d\\.ts$"
1516
],
1617
moduleFileExtensions: [
1718
"ts",

0 commit comments

Comments
 (0)