0.3.3 • Published 2 years ago
@testdeck/jasmine v0.3.3
@testdeck/jasmine
Jasmine tests in OOP style!
import { suite, test } from "@testdeck/jasmine";
@suite
class Hello {
@test
world() {
expect(false).toBe(true);
}
}
With support for
- test suite inheritance by either extension or mixins
- individual naming of both suites and tests
- parameterised tests
and more...
If you are looking for other test framework support, please see the following packages
Installation
npm install --save-dev @types/jasmine jasmine @testdeck/jasmine
Additional dependencies need to be installed, unless you use the seed below or follow the instructions in the setup guide for which a link has been provided below.
Getting Started
To get you started, a seed has been provided that can help you with setting up your project.
git clone https://github.com/testdeck/testdeck-jasmine-seed.git
Additional Information
You can find a lot more information in the official documentation, especially in the setup guide.
0.3.3
2 years ago
0.3.1-pre.0
2 years ago
0.3.0-pre.1
2 years ago
0.3.0-pre.0
2 years ago
0.3.0
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
3 years ago
0.1.2
4 years ago
0.1.0
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago