# @socialweb.coop/activitypub-testing

## 0.7.0

### Minor Changes

- remove node:assert from src

## 0.6.0

### Minor Changes

- ee46528: add browser support

## 0.5.0

### Minor Changes

- activitypub-testing now has some package exports like /activitypub and /test-actor

## 0.4.0

### Minor Changes

- 8a496b3: initial release of `activitypub-testing test actor <actor.uri>` command. It runs as many of the other tests as it can.

## 0.3.0

### Minor Changes

- 660d362: `activitypub-testing get test` and `activitypub-testing run test` both now support selecting a test with --slug in addition to --uuid
- 6335938: activitypub-testing package has an activityPubTestCases export with descriptions of activitypub-related test cases

## 0.2.0

### Minor Changes

- 443dab4: add command `activitypub-testing get test --uuid=<test.uuid>`
