jest version change and prettify code

This commit is contained in:
Vidya Reddy 2022-06-27 11:28:50 -07:00
parent ac4bd7b4bf
commit 931157a73e
4 changed files with 9831 additions and 10399 deletions

View file

@ -46,4 +46,4 @@ jobs:
version: 'v1.15.1' version: 'v1.15.1'
- name: Validate kubectl setup - name: Validate kubectl setup
run: python test/validate-kubectl.py 'v1.15.1' run: python test/validate-kubectl.py 'v1.15.1'

View file

@ -12,4 +12,4 @@ branding:
color: 'blue' color: 'blue'
runs: runs:
using: 'node16' using: 'node16'
main: 'lib/index.js' main: 'lib/index.js'

20220
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,12 +23,12 @@
"@actions/tool-cache": "^1.0.0" "@actions/tool-cache": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.2.2", "@types/jest": "^26.0.0",
"@types/node": "^12.0.4", "@types/node": "^12.0.4",
"@vercel/ncc": "^0.33.1", "@vercel/ncc": "^0.33.1",
"jest": "^26.0.1", "jest": "^26.0.1",
"prettier": "2.7.1", "prettier": "2.7.1",
"ts-jest": "^25.5.1", "ts-jest": "^26.0.0",
"typescript": "3.9.2" "typescript": "3.9.2"
} }
} }