-
-
Notifications
You must be signed in to change notification settings - Fork 387
fix: auto icons override default icons #1616
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Could you add a test for this? |
I added tests and here is output:
|
Thank you, did I not add any tests to that module when I made it? Oopsies haha. Looks all fine from me so @aklinker1 can merge when he approves of it |
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.
I'm alive! Been busy with some other life stuff. Should be back on GitHub and discord soon.
No worries everyone gets through things like that in life sometimes! I'm currently going through a lot of it as well |
2dabfec
to
946f2f4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1616 +/- ##
==========================================
+ Coverage 81.17% 81.20% +0.03%
==========================================
Files 130 130
Lines 6649 6649
Branches 1091 1090 -1
==========================================
+ Hits 5397 5399 +2
+ Misses 1241 1239 -2
Partials 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
just removed
return
statement in line 35.wxt/packages/auto-icons/src/index.ts
Line 35 in 31071bd
Manual Testing
public/icon/*
<src>/assets/icon.png
run npm run dev
This PR closes #1592