mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user