This is a fork of the Promises/A+ Compliance Test Suite, ported to Vitest, which turns out to be 75% faster than the original Mocha-based test suite.
Import your own implementation of the Promises/A+ specification in the adapter.js
file. Then, run the tests with the following command:
pnpm i
pnpm test
See Adapters.