mirror of
https://github.com/strapi/strapi.git
synced 2025-12-10 14:34:22 +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: [
|
||||
'/node_modules/',
|
||||
'<rootDir>/examples/getstarted/',
|
||||
'<rootDir>/examples/kitchensink/',
|
||||
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
||||
'/OLD/',
|
||||
'__tests__',
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
"**/build/*",
|
||||
"**/*.test.js",
|
||||
"**/*.test.e2e.js",
|
||||
"**/examples/getstarted/*"
|
||||
"**/examples/getstarted/*",
|
||||
"**/examples/kitchensink/*"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user