mirror of
https://github.com/laurent22/joplin.git
synced 2026-01-31 12:02:40 -06:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
// This is the base Jest configuration - all
|
|
// jest.config.js files should inherit from it.
|
|
|
|
module.exports = {
|
|
watchman: false,
|
|
};
|