Skip to content

Commit

Permalink
Chore: Update tests for directive statements
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed Nov 14, 2023
1 parent ac0c785 commit 62dfd31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions server/src/__tests__/completions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ describe('On Completion', () => {
expect.objectContaining(
{
label: 'init-manager-none',
kind: 8
kind: 8,
insertText: 'conf/distro/include/init-manager-none.inc'
}
)
])
Expand All @@ -489,7 +490,8 @@ describe('On Completion', () => {
expect.objectContaining(
{
label: 'init-manager-none',
kind: 8
kind: 8,
insertText: 'conf/distro/include/init-manager-none.inc'
}
)
])
Expand All @@ -500,7 +502,8 @@ describe('On Completion', () => {
expect.objectContaining(
{
label: 'copyleft_filter',
kind: 7
kind: 7,
insertText: 'copyleft_filter'
}
)
])
Expand Down

0 comments on commit 62dfd31

Please sign in to comment.