anki/ts/jest.config.js
Damien Elmes 94330fc0eb fix jest
- 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
2021-04-12 09:43:31 +10:00

4 lines
67 B
JavaScript

module.exports = {
haste: { forceNodeFilesystemAPI: true },
};