Skip to content

Commit

Permalink
Add jest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zquintana committed Mar 10, 2020
1 parent b80ff7e commit 9f7c646
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jest.config.js
@@ -0,0 +1,10 @@
module.exports = {
collectCoverageFrom: [
"src/**/*.{js,jsx,mjs}"
],
globals: {},
testPathIgnorePatterns: [
"/node_modules/",
],
moduleNameMapper: {},
};
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"@babel/preset-env": "^7.8.7",
"@zingle/es-util": "0.0.0",
"aphrodite": "^2.4.0",
"autoprefixer": "^6.7.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
Expand Down

0 comments on commit 9f7c646

Please sign in to comment.