updated button tests

This commit is contained in:
andres alcocer
2022-12-17 14:08:25 -05:00
parent 2750c82baf
commit 7200ab6125
8 changed files with 143 additions and 23 deletions

View File

@@ -13,14 +13,6 @@
"build-storybook": "build-storybook",
"test": "react-scripts test"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!<rootDir>/node_modules/",
"!<rootDir>/path/to/dir/",
"!**/*.stories.{js,jsx}"
]
},
"author": "Andres Alcocer",
"license": "ISC",
"dependencies": {