Skip to content
Snippets Groups Projects
Commit 344e5541 authored by ESTELLON Bertrand's avatar ESTELLON Bertrand
Browse files

Modification des tests pour Windows

parent 66158a62
No related branches found
No related tags found
No related merge requests found
{ {
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "PROGRESSION=\"${npm_config_progression}\" vitest run all.test.js" "test": "cross-env PROGRESSION=\"${npm_config_progression}\" vitest run all.test.js"
} }
} }
{ {
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "PROGRESSION=\"${npm_config_progression}\" vitest run all.test.js" "test": "cross-env PROGRESSION=\"${npm_config_progression}\" vitest run all.test.js"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment