mirror of https://github.com/actions/toolkit
test: getStringAsArray doesnt take options, so those are removed from tests
parent
f8ead03bf1
commit
f43201768f
|
@ -301,9 +301,7 @@ describe('@actions/core', () => {
|
|||
line 2,
|
||||
|
||||
comma 1, comma 2,,
|
||||
`, {
|
||||
trimWhitespace: false
|
||||
})
|
||||
`)
|
||||
).toEqual(['line 1', 'line 2', 'comma 1', 'comma 2'])
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue