tests(angular): don' reset filetype

`htmlangular` filetype support is now included in Nvim, so don't set
the filetype.
This commit is contained in:
Christian Clason
2025-05-01 19:47:10 +02:00
parent 75ee7ff2f0
commit afaf01ebd3

View File

@@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/angular', {
tabstop = 2,
shiftwidth = 2,
expandtab = true,
filetype = 'htmlangular',
})
describe('indent HTML Angular:', function()