test: Adding test and storybook to "Loading" component. (#13179)

* moving Loading.tsx to the Loading folder

* Creating storybook for Loading component

* Creating unit test for Loading component

* fix eof on package.json

* Improving accessibility and interface

* just to run CI again
This commit is contained in:
Bruno Motta
2021-02-18 05:43:09 -03:00
committed by GitHub
parent fcd443d366
commit f85497e69b
4 changed files with 166 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
"prettier": "npm run format",
"check-translation": "prettier --check ../superset/translations/**/LC_MESSAGES/*.json",
"clean-translation": "prettier --write ../superset/translations/**/LC_MESSAGES/*.json",
"storybook": "NODE_ENV=development BABEL_ENV=development start-storybook -p 6006",
"storybook": "NODE_ENV=development BABEL_ENV=development start-storybook -s ./images -p 6006",
"build-storybook": "build-storybook"
},
"repository": {