Find the entirety of the source code in the activitypub-testing repository, where each test corresponds to a directory in src/activitypub-tests/.
Install
npm install activitypub-testing
Use
import { activityPubTestCases } from 'activitypub-testing/test-cases'
for (const testCase of activityPubTestCases) {
console.log(testCase)
}