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 initial tests for /projects/:project #3431

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

JerryHue
Copy link
Contributor

@JerryHue JerryHue commented Apr 8, 2022

Issue This PR Addresses

Fixes #2828

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI
  • Test: Change that adds a new test case

Description

This PR adds some test cases to the route /projects/:project/ in the dependency-discovery.

Steps to test the PR

You may let CI do the checks, but if you want to be sure:

  1. Pull my changes.
  2. Run the specific tests: pnpm run jest dependency.test.js.

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@JerryHue JerryHue added the 5 min fix Fixable in 5 minutes or less label Apr 8, 2022
@JerryHue JerryHue added this to the 3.0-alpha Release milestone Apr 8, 2022
@JerryHue JerryHue self-assigned this Apr 8, 2022
@gitpod-io
Copy link

gitpod-io bot commented Apr 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 min fix Fixable in 5 minutes or less
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write tests for dependency service's GET /projects:name route
4 participants