mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +00:00
Disable graphql test until merge new implementation
This commit is contained in:
parent
f41cad3094
commit
6a75affa81
@ -5,6 +5,8 @@ module.exports = {
|
|||||||
setupFilesAfterEnv: ['<rootDir>/test/jest2e2.setup.js'],
|
setupFilesAfterEnv: ['<rootDir>/test/jest2e2.setup.js'],
|
||||||
testPathIgnorePatterns: [
|
testPathIgnorePatterns: [
|
||||||
'<rootDir>/packages/plugins/graphql',
|
'<rootDir>/packages/plugins/graphql',
|
||||||
|
'graphql.test.e2e.js',
|
||||||
|
'graphqlUpload.test.e2e.js',
|
||||||
'<rootDir>/packages/core/database.old',
|
'<rootDir>/packages/core/database.old',
|
||||||
],
|
],
|
||||||
coveragePathIgnorePatterns: [
|
coveragePathIgnorePatterns: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user