You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-14 23:26:58 +02:00
Tools: Various improvements on plugin-repo-cli
This commit is contained in:
15
packages/plugin-repo-cli/jest.config.js
Normal file
15
packages/plugin-repo-cli/jest.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
testMatch: [
|
||||
'**/*.test.js',
|
||||
],
|
||||
|
||||
testPathIgnorePatterns: [
|
||||
'<rootDir>/node_modules/',
|
||||
],
|
||||
|
||||
testEnvironment: 'node',
|
||||
|
||||
slowTestThreshold: 30,
|
||||
|
||||
// setupFilesAfterEnv: [`${__dirname}/jest.setup.js`],
|
||||
};
|
||||
Reference in New Issue
Block a user