{ "name": "class-generator-tests", "version": "1.0.0", "description": "Tests unitaires et d'intégration pour Class Generator", "scripts": { "test": "node --test tests/unit/*.test.js tests/integration/*.test.js", "test:unit": "node --test tests/unit/*.test.js", "test:integration": "node --test tests/integration/*.test.js", "test:watch": "node --test --watch tests/unit/*.test.js tests/integration/*.test.js", "test:coverage": "node --test --experimental-test-coverage tests/unit/*.test.js tests/integration/*.test.js" }, "devDependencies": { "jsdom": "^22.1.0" }, "type": "module" }