fix: add testing libraries to the playground
parent
fd63444630
commit
5ad9e8f0f6
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
name: 'Integration test',
|
||||||
|
testMatch: ['**/__tests__/?(*.)+(spec|test).js'],
|
||||||
|
transform: {},
|
||||||
|
coverageDirectory: '../coverage/',
|
||||||
|
collectCoverage: true,
|
||||||
|
};
|
|
@ -10,7 +10,11 @@
|
||||||
"strapi": "strapi",
|
"strapi": "strapi",
|
||||||
"cs": "config-sync"
|
"cs": "config-sync"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {
|
||||||
|
"jest": "^29.7.0",
|
||||||
|
"jest-cli": "^29.7.0",
|
||||||
|
"supertest": "^6.3.3"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/strapi": "5.0.0-beta.2",
|
"@strapi/strapi": "5.0.0-beta.2",
|
||||||
"@strapi/plugin-users-permissions": "5.0.0-beta.2",
|
"@strapi/plugin-users-permissions": "5.0.0-beta.2",
|
||||||
|
|
Loading…
Reference in New Issue