Skip to content

Commit

Permalink
fix: fixed @morfeo/cli tests warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Jul 29, 2021
1 parent 3934743 commit 605a2ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
testEnvironment: 'node',
testTimeout: 30000,
transform: {
'^.+\\.js$': 'babel-jest',
},
};

0 comments on commit 605a2ad

Please sign in to comment.