Skip to content

Commit

Permalink
Désactive la vérification du typage dans les tests exécutés avec Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski authored and elisfainstein committed Jan 20, 2025
1 parent b5a9fa4 commit ce53c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ api-test:
--env SUPABASE_URL=$API_URL \
--env SUPABASE_KEY=$SERVICE_ROLE_KEY \
--env SUPABASE_SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY \
api-test:latest test -A tests/$test/*.test.ts --location 'http://localhost'
api-test:latest test --no-check -A tests/$test/*.test.ts --location 'http://localhost'
END

api-crud-test:
Expand Down

0 comments on commit ce53c96

Please sign in to comment.