Skip to content

Commit

Permalink
Reset to default value after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Feb 27, 2021
1 parent c168b9c commit 769ded6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/test_indent.vader
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Before:
let g:vue_pre_processors = 'all'
After:
unlet g:vue_pre_processors

#
# HTML
Expand Down
2 changes: 2 additions & 0 deletions test/test_syntax.vader
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Before:
let g:vue_pre_processors="all"
After:
unlet g:vue_pre_processors
#
# HTML
#
Expand Down
2 changes: 0 additions & 2 deletions test/test_syntax_js_values_in_template.vader
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Before:
let g:vue_pre_processors="detect_on_enter"
#
# HTML
#
Expand Down

0 comments on commit 769ded6

Please sign in to comment.