Compare commits

...

1 Commits

Author SHA1 Message Date
Federico Builes 77a34f96cc Fixing typo in config.test.ts. 2022-10-31 07:46:08 +01:00
+1 -1
View File
@@ -215,7 +215,7 @@ test('it parses the vulnerability-check input', async () => {
expect(options.vulnerability_check).toEqual(true)
})
test('it is not impossible to disable both checks', async () => {
test('it is not possible to disable both checks', async () => {
setInput('license-check', 'false')
setInput('vulnerability-check', 'false')
expect(() => {