chore: components tests

This commit is contained in:
Mo
2022-06-14 09:19:52 -05:00
parent df47d5aa45
commit 90bc02e8b8
5 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
},