Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

v0.70.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 27 Jun 21:17
· 444 commits to master since this release
ddc728f

Features

  • modularise tests by command, add tools to skip and only (#290) (e232d8c)

BREAKING CHANGES

This means that tests skips depending on implementation (e.g. go/js), environment (e.g. node/browser) or platform (e.g. macOS/linux/windows) that were previously present in this suite have been removed. Consumers of this library should add their own skips based on the implementation that's being tested and the environment/platform that the tests are running on.

The following other breaking changes have been made:

  1. The common object passed to test suites has changed. It must now be a function that returns a common object (same shape and functions as before).
  2. The ipfs.ls tests (not MFS ipfs.files.ls) is now a root level suite. You'll need to import it and use like tests.ls(createCommon) to have those tests run.
  3. The generic suite (an alias to miscellaneous) has been removed.

See #290 for more details.

License: MIT
Signed-off-by: Alan Shaw [email protected]