Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow someone to run test that don't need a database call only #18

Open
ngareleo opened this issue May 11, 2024 · 0 comments
Open

Allow someone to run test that don't need a database call only #18

ngareleo opened this issue May 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request testing Work related to testing

Comments

@ngareleo
Copy link
Owner

ngareleo commented May 11, 2024

#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 db

@ngareleo ngareleo added enhancement New feature or request testing Work related to testing labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Work related to testing
Projects
None yet
Development

No branches or pull requests

2 participants