tests/indent: move common code out of main lua/ directory

This commit is contained in:
Jędrzej Boczar 2021-04-22 23:46:30 +02:00 committed by Kiyan
parent db97170e4e
commit dbb1550aaf
6 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
local whole_file = require('nvim-treesitter.test_utils').indent_whole_file
local new_line = require('nvim-treesitter.test_utils').indent_new_line
local whole_file = require('tests.indent.common').indent_whole_file
local new_line = require('tests.indent.common').indent_new_line
local scan_dir = require('plenary.scandir').scan_dir
local Path = require('plenary.path')