@japa/runner 2.0.6 → 2.0.9

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +10 -10
package/build/index.js CHANGED
@@ -207,11 +207,11 @@ test.group = function (title, callback) {
207
207
  * Set filename
208
208
  */
209
209
  activeGroup.options.meta.fileName = recentlyImportedFile;
210
- callback(activeGroup);
211
210
  /**
212
211
  * Add group to the default suite
213
212
  */
214
213
  activeSuite.add(activeGroup);
214
+ callback(activeGroup);
215
215
  activeGroup = undefined;
216
216
  };
217
217
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@japa/runner",
3
- "version": "2.0.6",
3
+ "version": "2.0.9",
4
4
  "description": "Runner for Japa testing framework",
5
5
  "main": "build/index.js",
6
6
  "files": [
@@ -35,22 +35,22 @@
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
37
  "@adonisjs/mrm-preset": "^5.0.3",
38
- "@adonisjs/require-ts": "^2.0.10",
39
- "@types/node": "^17.0.23",
38
+ "@adonisjs/require-ts": "^2.0.12",
39
+ "@types/node": "^17.0.40",
40
40
  "commitizen": "^4.2.4",
41
41
  "cz-conventional-changelog": "^3.3.0",
42
42
  "del-cli": "^4.0.1",
43
- "eslint": "^8.12.0",
43
+ "eslint": "^8.17.0",
44
44
  "eslint-config-prettier": "^8.5.0",
45
45
  "eslint-plugin-adonis": "^2.1.0",
46
46
  "eslint-plugin-prettier": "^4.0.0",
47
- "github-label-sync": "^2.1.1",
48
- "husky": "^7.0.4",
47
+ "github-label-sync": "^2.2.0",
48
+ "husky": "^8.0.1",
49
49
  "japa": "^4.0.0",
50
50
  "mrm": "^4.0.0",
51
51
  "np": "^7.6.1",
52
- "prettier": "^2.6.1",
53
- "typescript": "^4.6.3"
52
+ "prettier": "^2.6.2",
53
+ "typescript": "^4.7.3"
54
54
  },
55
55
  "mrmConfig": {
56
56
  "core": false,
@@ -105,8 +105,8 @@
105
105
  "anyBranch": false
106
106
  },
107
107
  "dependencies": {
108
- "@japa/core": "^6.0.4",
109
- "@japa/errors-printer": "^1.3.6",
108
+ "@japa/core": "^6.0.6",
109
+ "@japa/errors-printer": "^1.3.9",
110
110
  "@poppinss/hooks": "^6.0.2-0",
111
111
  "fast-glob": "^3.2.11",
112
112
  "getopts": "^2.3.0",