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

Add basic server smoke test #187

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexrudd2
Copy link
Contributor

This is a basic smoke test to make sure the Express server starts (sometimes dependency updates break it).

Supersedes #172

@@ -0,0 +1,31 @@
import { startServer, waitForEbb } from '../server';
import type { Server } from 'http';
import request from 'supertest';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we probably don't need an extra dependency to make an HTTP request. Node's built-in fetch should be sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants