mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02: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,
|
|
};
|