-
Notifications
You must be signed in to change notification settings - Fork 43
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
PIMS-531: Absolute Imports for Express API starting the absolute paths #1979
Conversation
|
@approot instead of just @, jest will correctly resolve paths this way.
Code Climate has analyzed commit 2135b7d and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 97.2%. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this so we can move forward with other tickets. Contains big changes to folder structure that will have to be rectified in other branches.
#1979) Co-authored-by: dbarkowsky <dylanbarkowsky@gmail.com> Co-authored-by: Graham Stewart <graham.stewart@quartech.com>
🎯 Summary
PIMS-531
Changes
@/
. This corresponds to anything in thesrc
folder./src
folder to house the API's code.Testing
Ensure that it can be run in development mode, in a container, and that tests run.
Effects on Other Branches
Depending on what merges before this, imports in other branches and the folder structure of other branches will need to be changed.
🔰 Checklist