Skip to content

Commit 1b87ffc

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

File tree

7 files changed

+6315
-3373
lines changed

7 files changed

+6315
-3373
lines changed

Diff for: jest.config.js

+2
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)