-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor CSS files in src/screens/SubTags #2535
Changes from all commits
82836f0
a97314c
32eb6a9
ab509f6
fb913e1
d16b95e
15513f5
3ea2919
084ac7e
58f289b
7a991b3
f9e10b8
077a960
cf87b39
5061134
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ export default { | |
'!**/index.{js,ts}', | ||
'!**/*.d.ts', | ||
'!src/test/**', | ||
'!vitest.config.ts',], | ||
'!vitest.config.ts', | ||
], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Your PR has too many unnecessary files that don’t relate to your issue. You can from the PR by running the commands below from the root directory of the repository git add -u Please apply these changes to this file. |
||
|
||
// setupFiles: ['react-app-polyfill/jsdom'], | ||
setupFiles: ['whatwg-fetch'], | ||
setupFilesAfterEnv: ['<rootDir>/src/setupTests.ts'], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your PR has too many unnecessary files that don’t relate to your issue. You can from the PR by running the commands below from the root directory of the repository
git add -u
git reset HEAD path/to/file
git commit
Please apply these changes to this file.