1
0
Fork 0

test: getStringAsArray doesnt take options, so those are removed from tests

pull/1926/head
Vladimir Starkov 2025-01-05 11:59:53 +01:00
parent f8ead03bf1
commit f43201768f
1 changed files with 1 additions and 3 deletions

View File

@ -301,9 +301,7 @@ describe('@actions/core', () => {
line 2,
comma 1, comma 2,,
`, {
trimWhitespace: false
})
`)
).toEqual(['line 1', 'line 2', 'comma 1', 'comma 2'])
})