Conversation
|
Reduces the bug workarounds for tap 🎉 ! Let's see how discussions shake out over the next week! |
d8cd8b0 to
ad65d32
Compare
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@tapjs/run@4.0.2, npm/custompatch@1.1.4 Have feedback? Participate in our User Experience Survey 📊 |
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@tapjs/run@4.0.2, npm/custompatch@1.1.4 |
|
as a way to abort requests or operations. The registry and CLI share an We should run Vitest without |
| // Lazily access constants.ENV[TAP]. | ||
| !!constants.ENV[TAP] | ||
| // Lazily access constants.ENV[VITEST]. | ||
| !!constants.ENV[VITEST] |
There was a problem hiding this comment.
No longer need to add this as it's added before.
There was a problem hiding this comment.
So the TAP one is redundant too?
There was a problem hiding this comment.
gonna merge. if redundant we can drop it in a separate PR. it doesnt seem to block right now
Remove tap, replace it with vitest.
Updated tests accordingly.
Inline snapshots here we come!