kizu 3.7.6 → 3.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Designed to help you write simple, readable, and maintainable tests.
|
|
|
22
22
|
|
|
23
23
|
### **😀 Easy to Use**
|
|
24
24
|
- Very simple functional [assertion API](docs/api.md). No need to learn a DSL or framework.
|
|
25
|
-
- Built-in [powerful diff visualization tool](
|
|
25
|
+
- Built-in [powerful diff visualization tool](/docs/visualDiff.md)
|
|
26
26
|
- Clean, organized output.
|
|
27
27
|
- Failed tests are easy to find, grouped at the end of the output.
|
|
28
28
|
- Errors or unhandled promise rejections are buffered and grouped under the test file in the output. This helps you know where they came from.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kizu",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.7",
|
|
4
4
|
"description": "An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|