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`],
};