diff options
Diffstat (limited to 'test/command_callback/test_graphql_gqlint_command_callbacks.vader')
-rw-r--r-- | test/command_callback/test_graphql_gqlint_command_callbacks.vader | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/command_callback/test_graphql_gqlint_command_callbacks.vader b/test/command_callback/test_graphql_gqlint_command_callbacks.vader deleted file mode 100644 index 22c05a6a..00000000 --- a/test/command_callback/test_graphql_gqlint_command_callbacks.vader +++ /dev/null @@ -1,9 +0,0 @@ -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' |