1.64.0 • Published 1 year ago

@biorate/mocha v1.64.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mocha

Mocha OOP tests based on @testdeck/core This is a mocha OOP wrap based on https://www.npmjs.com/package/@testdeck/mocha package, documentation should be almost the same

Reason

  • Some types fixes

Feature

  • Parallel tests execution in case of one class

Examples:

import { suite, parallel, test } from '@biorate/mocha';

@suite
@parallel(true)
class Test {
  @test
  first() {
    expect(false).toBe(true);
  }

  @test
  second() {
    expect(false).toBe(true);
  }
}

Learn

  • Documentation can be found here - docs.

Release History

See the CHANGELOG

License

MIT

Copyright (c) 2021-present Leonid Levkin (llevkin)

1.64.0

1 year ago

1.58.0

1 year ago

1.57.0

1 year ago

1.53.0

1 year ago

1.52.0

1 year ago

1.49.0

1 year ago

1.51.0

1 year ago

1.46.0

1 year ago

1.48.0

1 year ago

1.47.0

1 year ago

1.45.1

1 year ago

1.45.0

1 year ago