mirror of
https://github.com/sasjs/lint.git
synced 2026-01-06 20:20:06 +00:00
chore: updated tests
This commit is contained in:
@@ -17,7 +17,7 @@ describe('getLintConfig', () => {
|
||||
const config = await getLintConfig()
|
||||
|
||||
expect(config).toBeInstanceOf(LintConfig)
|
||||
expect(config.fileLintRules.length).toEqual(2)
|
||||
expect(config.fileLintRules.length).toEqual(1)
|
||||
expect(config.lineLintRules.length).toEqual(5)
|
||||
expect(config.pathLintRules.length).toEqual(2)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user