mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

- templated_args was missing --node_modules= prefix, and was causing tests to pass unconditionally - update to beta of jest 27, which introduces an option to fix the symlink handling, and is approx twice as fast to start up
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
module.exports = {
|
|
haste: { forceNodeFilesystemAPI: true },
|
|
};
|