We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff25e1 commit c590650Copy full SHA for c590650
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "5.3.0",
+ "version": "5.3.1",
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/jasmine/jasmine-npm"
release_notes/5.3.1.md
@@ -0,0 +1,9 @@
1
+# Jasmine 5.3.1 Release Notes
2
+
3
+This release fixes an error when reporting expectation results involving
4
+non-serializable objects in parallel mode. See
5
+[#212](https://github.com/jasmine/jasmine-npm/issues/212).
6
7
+## Supported environments
8
9
+This version has been tested on Node 18, 20, and 22.
0 commit comments