mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
const baseConfig = require('../../jest.config.base.js');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
|
|
testMatch: ['**/*.test.js'],
|
|
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
|
|
};
|