mirror of
https://github.com/sasjs/lint.git
synced 2026-01-17 01:00:06 +00:00
chore(lint): fixed linting
This commit is contained in:
@@ -79,7 +79,7 @@ describe('hasMacroParentheses', () => {
|
||||
it('should return an empty array when the file is undefined', () => {
|
||||
const content = undefined
|
||||
|
||||
expect(hasMacroParentheses.test((content as unknown) as string)).toEqual([])
|
||||
expect(hasMacroParentheses.test(content as unknown as string)).toEqual([])
|
||||
})
|
||||
|
||||
describe('with extra spaces and comments', () => {
|
||||
|
||||
Reference in New Issue
Block a user