Skip to content

Commit 1b87ffc

Browse files
committed
🐛 修复document-body与优化资源识别text #116
1 parent 3f768c7 commit 1b87ffc

7 files changed

Lines changed: 6315 additions & 3373 deletions

File tree

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ module.exports = {
1313
},
1414
transformIgnorePatterns: ["node_modules/(?!(uuid|dexi|yaml))"],
1515
setupFiles: ["./pkg/chrome-extension-mock/index.ts"],
16+
moduleDirectories: ["node_modules", "src"],
17+
watch: false,
1618
};

0 commit comments

Comments
 (0)