Using vitest without defining `nodejs_compat` for my worker

I am following the instructions here: https://developers.cloudflare.com/workers/testing/vitest-integration/get-started/write-your-first-test/

It says that:
In your project’s wrangler.toml configuration file, [] include nodejs_compat in your compatibility flags.

My lib doesn't need that flag so it seems a bit silly just to enable it for tests. Is there a way to run tests without that flag?
Cloudflare Docs
Write unit tests against Workers.
Was this page helpful?