diff --git a/jest.config.front.js b/jest.config.front.js index e8b1825ef1..e34535337d 100644 --- a/jest.config.front.js +++ b/jest.config.front.js @@ -64,6 +64,7 @@ module.exports = { testPathIgnorePatterns: [ '/node_modules/', '/examples/getstarted/', + '/examples/kitchensink/', '/packages/strapi-helper-plugin/dist/', '/OLD/', '__tests__', diff --git a/jsconfig.json b/jsconfig.json index bc6d4bd653..a3c94b00a9 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -14,6 +14,7 @@ "**/build/*", "**/*.test.js", "**/*.test.e2e.js", - "**/examples/getstarted/*" + "**/examples/getstarted/*", + "**/examples/kitchensink/*" ] }