mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
add initial jsonlint and mocha test for json files
[ci skip] Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
f37236fa01
commit
ef681a0ab5
19
tests/node/package.json
Normal file
19
tests/node/package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "upm-node-tests",
|
||||
"version": "1.0.0",
|
||||
"description": "Node.js tests for UPM",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm run jsonlint && npm run mocha",
|
||||
"mocha": "mocha test.js",
|
||||
"jsonlint": "node jsonlint.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.1",
|
||||
"jsonlint": "^1.6.2",
|
||||
"mocha": "^3.5.0",
|
||||
"shelljs": "^0.7.8"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user