ryer.io

Fixing Vue 3 Test Warnings & Refocusing on Reading Code

TL;DR

  • Picked up a Slack issue from Agent 5262 about warnings when running tests in Vue 3 mode
  • Think I figured out the issue and have a solution
  • Want to get back into writing code and reading it deeply instead of relying on AI
  • Feel AI has hurt my focus by making it too easy to offload problem-solving
  • Want to spend more time understanding code and internalizing it

The Issue

Agent 5262 pointed out there are a bunch of warnings when running the tests in Vue 3 mode. I said I’d take a look, and I think I’ve figured out what the issue is and have a solution.

Why This Matters to Me

I really want to get back into writing code. AI has had a real adverse effect on my focus—it’s so easy to just turn to AI and say “figure this out” or “figure that out.” I don’t want to keep doing that. I want to spend time actually looking at the code, understanding what I’m reading, and getting it into my head, because I think that’s what makes all the difference.