mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
move back to latest Jest
Patch is no longer required after previous change
This commit is contained in:
parent
493557aee7
commit
0d49b3eabb
3 changed files with 1091 additions and 1251 deletions
|
@ -33,11 +33,10 @@
|
|||
"espree": "^7.3.1",
|
||||
"estraverse": "^5.2.0",
|
||||
"glob": "^7.1.6",
|
||||
"jest-cli": "^24.9",
|
||||
"jest-cli": "^26.6.3",
|
||||
"jsdoc": "^3.6.6",
|
||||
"license-checker-rseidelsohn": "=1.1.2",
|
||||
"minimist": "^1.2.5",
|
||||
"patch-package": "^6.4.7",
|
||||
"prettier": "^2.1.2",
|
||||
"prettier-plugin-svelte": "^1.4.0",
|
||||
"sass": "^1.32.6",
|
||||
|
@ -52,8 +51,7 @@
|
|||
"uglify-js": "^3.13.1"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "prettier --write */*.ts */*.svelte",
|
||||
"postinstall": "patch-package"
|
||||
"fix": "prettier --write */*.ts */*.svelte"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluent/bundle": "^0.15.1",
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
diff --git a/node_modules/jest-haste-map/build/crawlers/node.js b/node_modules/jest-haste-map/build/crawlers/node.js
|
||||
index 23985ae..a728a9a 100644
|
||||
--- a/node_modules/jest-haste-map/build/crawlers/node.js
|
||||
+++ b/node_modules/jest-haste-map/build/crawlers/node.js
|
||||
@@ -166,7 +166,11 @@ function find(roots, extensions, ignore, callback) {
|
||||
|
||||
function findNative(roots, extensions, ignore, callback) {
|
||||
const args = Array.from(roots);
|
||||
+ args.push('(');
|
||||
args.push('-type', 'f');
|
||||
+ args.push('-o');
|
||||
+ args.push('-type', 'l');
|
||||
+ args.push(')');
|
||||
|
||||
if (extensions.length) {
|
||||
args.push('(');
|
2320
ts/yarn.lock
2320
ts/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue