summaryrefslogtreecommitdiff
path: root/test/linter/test_graphql_gqlint.vader
blob: 22c05a6a424fcca87e4653d04a361c7a29820844 (plain)
1
2
3
4
5
6
7
8
9
Before:
  call ale#assert#SetUpLinterTest('graphql', 'gqlint')

After:
  call ale#assert#TearDownLinterTest()

Execute(The linter should run from the directory of the file in the buffer):
  AssertLinterCwd '%s:h'
  AssertLinter 'gqlint', 'gqlint --reporter=simple %t'