We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent be0213a commit ba1498bCopy full SHA for ba1498b
ospec/change-log.md
@@ -12,6 +12,9 @@
12
13
### Upcoming...
14
15
+### 4.0.0
16
+- Pull ESM support out
17
+
18
### 3.1.0
19
- ospec: Test results now include `.message` and `.context` regardless of whether the test passed or failed. (#2227 @robertakarobin)
20
<!-- Add new lines here. Version number will be decided later -->
ospec/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ospec",
3
- "version": "3.1.0",
+ "version": "4.0.0",
4
"description": "Noiseless testing framework",
5
"main": "ospec.js",
6
"directories": {
0 commit comments