mirror of
https://github.com/sasjs/lint.git
synced 2026-01-07 12:40:05 +00:00
chore: getLineNumber utility removed
This commit is contained in:
@@ -7,7 +7,7 @@ describe('getColumnNumber', () => {
|
||||
|
||||
it('should throw an error when the specified string is not found within the text', () => {
|
||||
expect(() => getColumnNumber('foo bar', 'baz')).toThrowError(
|
||||
"String 'baz' was not found in statement 'foo bar'"
|
||||
"String 'baz' was not found in line 'foo bar'"
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user