Skip to content

Commit 06727b5

Browse files
committed
refactor: remove unused 'expect' import from getReferenceSuggestions.test.ts
1 parent 12268b0 commit 06727b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/getReferenceSuggestions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {describe, expect, it} from 'vitest';
1+
import {describe, it} from 'vitest';
22
import {getReferenceSuggestions} from '../src/suggestion/getReferenceSuggestions';
33
import {Flow} from "@code0-tech/sagittarius-graphql-types";
44
import {DATA_TYPES, FUNCTION_SIGNATURES} from "./data";

0 commit comments

Comments
 (0)