ayaports/user/zotero/zotero_test-fix-chars.patch

16 lines
457 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff --git a/zotero/node_modules/mocha/mocha.js.orig b/zotero/node_modules/mocha/mocha.js
index c3e0c12..95fff4d 100644
--- a/zotero/node_modules/mocha/mocha.js.orig
+++ b/zotero/node_modules/mocha/mocha.js
@@ -11473,9 +11473,9 @@
var browser$1 = {
info: '',
- success: '✅',
+ success: '✔',
warning: '⚠️',
- error: '❌️'
+ error: 'x'
};
var require$$0 = /*@__PURE__*/getAugmentedNamespace(_polyfillNode_events)