@hedia/test 3.5.1 → 3.5.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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedia/test",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"description": "Tools for testing and reporting",
|
|
5
5
|
"homepage": "https://github.com/hedia-team/test#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"pretest": "rm -rf reports && mkdir reports",
|
|
34
34
|
"prettier:check": "prettier --check .",
|
|
35
35
|
"prettier:write": "prettier --write .",
|
|
36
|
+
"robots": "npm run eslint:fix && npm run prettier:write && npm run package:lint",
|
|
36
37
|
"start": "node --enable-source-maps .",
|
|
37
38
|
"start:watch": "node --enable-source-maps --watch .",
|
|
38
39
|
"test": "node --test --enable-source-maps --test-concurrency 1 --experimental-test-coverage --test-reporter spec --test-reporter @hedia/test/reporters/json --test-reporter lcov --test-reporter-destination stdout --test-reporter-destination reports/test.json --test-reporter-destination reports/lcov.info",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"@hedia/package-lint": "1.2.2",
|
|
49
50
|
"@hedia/prettier-config": "1.2.2",
|
|
50
51
|
"@hedia/tsconfig": "2.1.2",
|
|
51
|
-
"@types/node": "22.10.
|
|
52
|
+
"@types/node": "22.10.2"
|
|
52
53
|
},
|
|
53
54
|
"engines": {
|
|
54
55
|
"node": ">=22",
|