mirror of
https://github.com/sasjs/lint.git
synced 2026-01-03 19:10:04 +00:00
feat(lint): implement v1 with 3 rules - trailing spaces, encoded passwords and Doxygen header
This commit is contained in:
10
src/utils/getLintConfig.spec.ts
Normal file
10
src/utils/getLintConfig.spec.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { LintConfig } from '../types/LintConfig'
|
||||
import { getLintConfig } from './getLintConfig'
|
||||
|
||||
describe('getLintConfig', () => {
|
||||
it('should get the lint config', async () => {
|
||||
const config = await getLintConfig()
|
||||
|
||||
expect(config).toBeInstanceOf(LintConfig)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user