Add jest config to avoid runing e2e tests when running unit tests

This commit is contained in:
Alexandre Bodin 2019-05-07 13:30:00 +02:00
parent f47745a708
commit e30a73fa5c

View File

@ -0,0 +1,3 @@
module.exports = {
testMatch: ['**/(*.)+(spec|test).js'],
};