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