Skip to content

Commit 8aac6ab

Browse files
fix: Failing unit test
1 parent e9bdc31 commit 8aac6ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/internal/backend/web-gl/function-node/astCallExpression.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ test('handles argument of type Input', () => {
6060
+ '\n}', {
6161
output: [1],
6262
argumentTypes: ['Input'],
63+
needsArgumentType: () => false,
6364
lookupReturnType: (functionName) => {
6465
lookupReturnTypeCalls++;
6566
if (functionName === 'childFunction') {

0 commit comments

Comments
 (0)