aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/jsx_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/jsx_spec.lua')
-rw-r--r--tests/indent/jsx_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/jsx_spec.lua b/tests/indent/jsx_spec.lua
index 7a32dbcc4..8dcecfe5b 100644
--- a/tests/indent/jsx_spec.lua
+++ b/tests/indent/jsx_spec.lua
@@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/jsx', {
tabstop = 2,
shiftwidth = 2,
expandtab = true,
- filetype = 'jsx',
})
describe('indent JSX Elements:', function()