94330fc0eb
- 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
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
module.exports = {
|
|
haste: { forceNodeFilesystemAPI: true },
|
|
};
|