1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/packages/htmlpack/jest.config.js

5 lines
106 B
JavaScript
Raw Permalink Normal View History

module.exports = {
testMatch: ['**/*.test.js'],
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
};