My issue, I was using import { describe } from "node:test";. Removed the import and used the global jest and that fixed it.
import { describe } from "node:test";