Skip to content

Commit ac213fa

Browse files
committed
Remove unused funcs
1 parent 4c8a02b commit ac213fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/execution/__tests__/semantic-nullability-test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ describe('Execute: Handles Semantic Nullability', () => {
151151
it('SemanticNullable allows non-null values', async () => {
152152
const data = {
153153
a: () => 'Apple',
154-
b: () => null,
155-
c: () => 'Cookie',
156154
};
157155

158156
const document = parse(`

0 commit comments

Comments
 (0)