#3633 - Put all dummy test files in test/test-files

This commit is contained in:
w0rp
2021-03-20 22:11:22 +00:00
parent 3838ae118d
commit b1d833417b
581 changed files with 1027 additions and 1123 deletions

View File

@@ -8,9 +8,9 @@ Execute(The default command should be correct):
AssertLinter 'tsserver', ale#Escape('tsserver')
Execute(should resolve correct path when nested 1):
call ale#test#SetFilename('tsserver_paths/src/level-1/level-2/file3.ts')
AssertLSPProject ale#path#Simplify(g:dir . '/tsserver_paths/src/level-1')
call ale#test#SetFilename('../test-files/tsserver/src/level-1/level-2/file3.ts')
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/tsserver/src/level-1')
Execute(should resolve correct path when nested 2):
call ale#test#SetFilename('tsserver_paths/src/file1.ts')
AssertLSPProject ale#path#Simplify(g:dir . '/tsserver_paths')
call ale#test#SetFilename('../test-files/tsserver/src/file1.ts')
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/tsserver')