mirror of
https://github.com/sasjs/lint.git
synced 2026-01-10 05:50:05 +00:00
chore(lint): fixed linting
This commit is contained in:
@@ -59,7 +59,7 @@ describe('hasDoxygenHeader - test', () => {
|
||||
it('should return an array with a single diagnostic when the file is undefined', () => {
|
||||
const content = undefined
|
||||
|
||||
expect(hasDoxygenHeader.test((content as unknown) as string)).toEqual([
|
||||
expect(hasDoxygenHeader.test(content as unknown as string)).toEqual([
|
||||
{
|
||||
message: 'File missing Doxygen header',
|
||||
lineNumber: 1,
|
||||
|
||||
Reference in New Issue
Block a user