Skip to content

3fuyang/promises-test-vitest-port

Repository files navigation

Promises/A+ Compliance Test Suite Vitest Port

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.

How To Run

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.

Releases

No releases published