mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
* Fix biome formatter Added escaped executable to the biome#Fix command * Added fixer callback test
16 lines
335 B
Plaintext
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'
|
|
\ }
|
|
|