You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up task after #15 is marked as complete.
Details
Setting up tests with Neondb take time (we can fuck around with pg settings to lower this time).
We should add a flag like "test:nonet" : "ENV=test bun run test --no-network" in thepackage.json that will ignore the setup and run only those tests that don't need Neon db
The text was updated successfully, but these errors were encountered:
#Task
This is a follow up task after #15 is marked as complete.
Details
Setting up tests with Neondb take time (we can fuck around with pg settings to lower this time).
We should add a flag like
"test:nonet" : "ENV=test bun run test --no-network"
in thepackage.json
that will ignore the setup and run only those tests that don't need Neon dbThe text was updated successfully, but these errors were encountered: