mirror of
https://github.com/strapi/strapi.git
synced 2025-12-14 16:51:55 +00:00
Exclude kitchensink app from tests
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
939bc96021
commit
b38ab6fc73
@ -64,6 +64,7 @@ module.exports = {
|
|||||||
testPathIgnorePatterns: [
|
testPathIgnorePatterns: [
|
||||||
'/node_modules/',
|
'/node_modules/',
|
||||||
'<rootDir>/examples/getstarted/',
|
'<rootDir>/examples/getstarted/',
|
||||||
|
'<rootDir>/examples/kitchensink/',
|
||||||
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
||||||
'/OLD/',
|
'/OLD/',
|
||||||
'__tests__',
|
'__tests__',
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
"**/build/*",
|
"**/build/*",
|
||||||
"**/*.test.js",
|
"**/*.test.js",
|
||||||
"**/*.test.e2e.js",
|
"**/*.test.e2e.js",
|
||||||
"**/examples/getstarted/*"
|
"**/examples/getstarted/*",
|
||||||
|
"**/examples/kitchensink/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user