@japa/runner 1.1.1 → 1.1.2
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 +3 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
|
|
5
5
|
|
|
6
|
-
Japa is an API
|
|
6
|
+
Japa is an API first testing framework. It focuses only on testing Node.js (backend) applications, thus resulting in a fast, small, and a simple tests runner.
|
|
7
|
+
|
|
8
|
+
#### 💁 Please visit https://japa.dev for documentation
|
|
7
9
|
|
|
8
10
|
[github-actions-image]: https://img.shields.io/github/workflow/status/japa/runner/test?style=for-the-badge "github-actions"
|
|
9
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@japa/runner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Runner for Japa testing framework",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@japa/core": "^5.1.0",
|
|
109
|
-
"@japa/errors-printer": "^1.3.
|
|
109
|
+
"@japa/errors-printer": "^1.3.2",
|
|
110
110
|
"@poppinss/hooks": "^6.0.1-0",
|
|
111
111
|
"fast-glob": "^3.2.11",
|
|
112
112
|
"getopts": "^2.3.0",
|
|
@@ -116,7 +116,6 @@
|
|
|
116
116
|
"access": "public",
|
|
117
117
|
"tag": "latest"
|
|
118
118
|
},
|
|
119
|
-
"types": "./build/index.d.ts",
|
|
120
119
|
"directories": {
|
|
121
120
|
"test": "test"
|
|
122
121
|
},
|