// This is the base Jest configuration - all
// jest.config.js files should inherit from it.

module.exports = {
	watchman: false,
};