mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-06 23:06:58 +00:00
Added L0 tests and fixed some minor issues. (#20)
This commit is contained in:
parent
d315e938e1
commit
e77e49c8f8
8 changed files with 6335 additions and 20 deletions
|
|
@ -15,10 +15,14 @@
|
|||
"main": "lib/run.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "jest",
|
||||
"test-coverage": "jest --coverage"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.10",
|
||||
"typescript": "^3.5.2"
|
||||
"typescript": "^3.5.2",
|
||||
"jest": "^26.0.1",
|
||||
"@types/jest": "^25.2.2",
|
||||
"ts-jest": "^25.5.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue