File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
server/src/util/__tests__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ describe('getSourcedUris', () => {
22
22
it ( 'returns an empty set if no files were sourced' , ( ) => {
23
23
const fileContent = ''
24
24
const result = getSourcedUris ( {
25
- fileContent,
26
25
fileUri,
27
26
rootPath : null ,
28
27
tree : parser . parse ( fileContent ) ,
@@ -44,18 +43,20 @@ describe('getSourcedUris', () => {
44
43
45
44
# source ...
46
45
47
- source "./issue206.sh" # quoted file in fixtures folder
48
-
49
46
source "$LIBPATH" # dynamic imports not supported
50
47
51
48
# conditional is currently not supported
52
49
if [[ -z $__COMPLETION_LIB_LOADED ]]; then source "$LIBPATH" ; fi
53
50
51
+ . "$BASH_IT/themes/$BASH_IT_THEME/$BASH_IT_THEME.theme.bash"
52
+
54
53
show ()
55
54
{
56
55
about 'Shows SVN proxy settings'
57
56
group 'proxy'
58
57
58
+ source "./issue206.sh" # quoted file in fixtures folder
59
+
59
60
echo "SVN Proxy Settings"
60
61
echo "=================="
61
62
python2 - <<END
@@ -74,7 +75,6 @@ describe('getSourcedUris', () => {
74
75
`
75
76
76
77
const result = getSourcedUris ( {
77
- fileContent,
78
78
fileUri,
79
79
rootPath : null ,
80
80
tree : parser . parse ( fileContent ) ,
You can’t perform that action at this time.
0 commit comments