-
- Downloads
add fs tests
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"main": "index.js", | "main": "index.js", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "mocha --full-trace -r dotenv/config --experimental-specifier-resolution=node --recursive --exit ", | ||
"start": "node -r dotenv/config --experimental-specifier-resolution=node index.js", | "start": "node -r dotenv/config --experimental-specifier-resolution=node index.js", | ||
"dev": "nodemon -r dotenv/config --experimental-worker --experimental-specifier-resolution=node index.js", | "dev": "nodemon -r dotenv/config --experimental-worker --experimental-specifier-resolution=node index.js", | ||
"doc": "jsdoc -r connectorType/ modules/" | "doc": "jsdoc -r connectorType/ modules/" | ||
... | @@ -17,7 +17,9 @@ | ... | @@ -17,7 +17,9 @@ |
"author": "Nicolas Fernandes & Mickael Gomez", | "author": "Nicolas Fernandes & Mickael Gomez", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"chai": "^4.3.3", | |||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"ftp": "^0.3.10", | |||
"istextorbinary": "^5.12.0", | "istextorbinary": "^5.12.0", | ||
"mocha": "^8.3.1", | "mocha": "^8.3.1", | ||
"uuid": "^8.3.2" | "uuid": "^8.3.2" | ||
... | ... |
Please register or sign in to comment