1
0
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:
Saad Jutt
2021-04-05 22:58:59 +05:00
parent 86554a074c
commit 2f07bfa0a1
6 changed files with 46 additions and 8 deletions

View File

@@ -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)
})