pure-test
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

pure-test

  • parallel by default
  • parallel tests can be coverted to sequential
  • sequential tests can not be converted to parallel tests

When to use test group

Use test group when a group of tests:

  • do not want to be splitted by sharding
  • needs to be run sequentially
  • should pass altogether or should fail altogether

Readme

Keywords

none

Package Sidebar

Install

npm i pure-test

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

70.1 kB

Total Files

14

Last publish

Collaborators

  • aabccd021