mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Add jest config to avoid runing e2e tests when running unit tests
This commit is contained in:
parent
f47745a708
commit
e30a73fa5c
3
packages/strapi/jest.config.js
Normal file
3
packages/strapi/jest.config.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
testMatch: ['**/(*.)+(spec|test).js'],
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user