ospec 4.0.0
This commit is contained in:
parent
be0213a506
commit
ba1498b61b
2 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,9 @@
|
||||||
|
|
||||||
### Upcoming...
|
### Upcoming...
|
||||||
|
|
||||||
|
### 4.0.0
|
||||||
|
- Pull ESM support out
|
||||||
|
|
||||||
### 3.1.0
|
### 3.1.0
|
||||||
- ospec: Test results now include `.message` and `.context` regardless of whether the test passed or failed. (#2227 @robertakarobin)
|
- ospec: Test results now include `.message` and `.context` regardless of whether the test passed or failed. (#2227 @robertakarobin)
|
||||||
<!-- Add new lines here. Version number will be decided later -->
|
<!-- Add new lines here. Version number will be decided later -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ospec",
|
"name": "ospec",
|
||||||
"version": "3.1.0",
|
"version": "4.0.0",
|
||||||
"description": "Noiseless testing framework",
|
"description": "Noiseless testing framework",
|
||||||
"main": "ospec.js",
|
"main": "ospec.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue