1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/plugin-repo-cli/jest.config.js

16 lines
228 B
JavaScript
Raw Normal View History

module.exports = {
testMatch: [
'**/*.test.js',
],
testPathIgnorePatterns: [
'<rootDir>/node_modules/',
],
testEnvironment: 'node',
slowTestThreshold: 30,
// setupFilesAfterEnv: [`${__dirname}/jest.setup.js`],
};