Files
ale/test/fixers/test_biome_fixer_callback.vader
David Dominguez 4d132b3ffa Fix biome formatter (#4733)
* Fix biome formatter

Added escaped executable to the biome#Fix command

* Added fixer callback test
2024-03-02 16:05:47 +09:00

16 lines
335 B
Plaintext

Before:
call ale#assert#SetUpFixerTest('typescript', 'biome')
After:
call ale#assert#TearDownFixerTest()
Execute(The default biome command should be correct):
call ale#test#SetFilename('../test-files/typescript/test.ts')
AssertFixer
\ {
\ 'command': ale#Escape('biome')
\ . ' format --stdin-file-path=%s'
\ }