]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
test: remove glob usage
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 10:49:55 +0000 (11:49 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 10:49:55 +0000 (11:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
package.json
pnpm-lock.yaml

index 7cd91e5f42c0ab4a8c48bf64d3e8573343f4ee2e..fb447a22696fdbfdafdd3b6b33d853312960cd33 100644 (file)
@@ -67,8 +67,8 @@
     "lint": "cross-env TIMING=1 eslint --cache src tests scripts ./*.js ./*.ts",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests scripts ./*.js ./*.ts",
     "format": "prettier --cache --write .; eslint --cache --fix src tests scripts ./*.js ./*.ts",
-    "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"",
-    "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"",
+    "test": "c8 node --import tsx --test tests/**/*.test.ts",
+    "test:debug": "node --import tsx --test --inspect tests/**/*.test.ts",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
     "clinic:clean": "clinic clean",
     "eslint-plugin-jsdoc": "^61.4.0",
     "eslint-plugin-perfectionist": "^4.15.1",
     "eslint-plugin-vue": "^10.6.0",
-    "glob": "^13.0.0",
     "husky": "^9.1.7",
     "lint-staged": "^16.2.7",
     "neostandard": "^0.12.2",
index 20a5da08433995e5d6d73aa7badb2e0cbd89841a..efd4e3fc8754ebcfe5fe695ef8baca48ba6f1c4d 100644 (file)
@@ -130,9 +130,6 @@ importers:
       eslint-plugin-vue:
         specifier: ^10.6.0
         version: 10.6.0(@stylistic/eslint-plugin@2.11.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1)))
-      glob:
-        specifier: ^13.0.0
-        version: 13.0.0
       husky:
         specifier: ^9.1.7
         version: 9.1.7
@@ -11036,7 +11033,7 @@ snapshots:
 
   md5.js@1.3.5:
     dependencies:
-      hash-base: 3.0.5
+      hash-base: 3.1.2
       inherits: 2.0.4
       safe-buffer: 5.2.1