Files
joplin/jest.config.base.js

7 lines
134 B
JavaScript

// This is the base Jest configuration - all
// jest.config.js files should inherit from it.
module.exports = {
watchman: false,
};