blob: f5037ed64be8b7657b52a58954f120f808117ffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Before:
call ale#assert#SetUpFixerTest('javascript', 'prettier_standard')
After:
call ale#assert#TearDownFixerTest()
Execute(The prettier callback should return the correct default values):
call ale#test#SetFilename('../test-files/prettier/testfile.js')
AssertFixer
\ {
\ 'command': ale#Escape(g:ale_javascript_prettier_standard_executable)
\ . ' --stdin'
\ . ' --stdin-filepath=%s ',
\ }
|