mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
fix: correct typo in variable name (#63)
This commit is contained in:
@@ -24,8 +24,8 @@ describe(`parseCommand`, () => {
|
||||
testData.forEach(({ command, name, skip }) => {
|
||||
if (skip) return;
|
||||
test(name, async () => {
|
||||
const suggetions = await getSuggestions(command);
|
||||
expect(suggetions).toMatchSnapshot();
|
||||
const suggestions = await getSuggestions(command);
|
||||
expect(suggestions).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user