-
Notifications
You must be signed in to change notification settings - Fork 0
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
Import config JSON or YAML #143
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #143 +/- ##
==========================================
+ Coverage 93.99% 94.17% +0.17%
==========================================
Files 24 24
Lines 2166 2230 +64
Branches 178 189 +11
==========================================
+ Hits 2036 2100 +64
Misses 130 130 ☔ View full report in Codecov by Sentry. |
@@ -54,7 +54,7 @@ repos: | |||
- id: prettier-js-format | |||
name: prettier-js-format | |||
entry: yarn prettier | |||
files: "florist/app" | |||
files: "(florist/app|florist/tests/unit/app)" |
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.
Shoehorning this here so prettier can also format the unit test files as well.
PR Type
Feature
Short Description
Clickup Ticket(s): https://app.clickup.com/t/868b1x701
Adding a button on the edit page to import a JSON or YAML file to populate the server configuration.
Tests Added
Fully unit tested