-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: Set deffault max label format if undefined. #5
fix: Set deffault max label format if undefined. #5
Conversation
src/functions.js
Outdated
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.
Can we please name this module as something that explains what the functions within the file do?
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.
Resolved.
src/tests/viz-gauge.test.js
Outdated
|
||
describe('Should process data and return a chunk with needed configurations', () => { | ||
test('should return all needed properties', () => { | ||
var chunk = processData(testData, testQueryResponse, testConfig, undefined); |
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.
please use const
and let
over using var
.
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.
Resolved.
LGTM |
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2024-09-17) ### Features * add additional tests ([#10](#10)) ([4f23b8c](4f23b8c)) * add basic infrastructure to organize, format, and test the code. ([ee5605e](ee5605e)) * Adds implementation for CI ([#20](#20)) ([2a0ea8e](2a0ea8e)) * use pnpm to build our binaries ([4f23b8c](4f23b8c)) ### Bug Fixes * ensure bootstrap works on distros with apt as the package manager ([4f23b8c](4f23b8c)) * Failing unit tests ([4f23b8c](4f23b8c)) * Set deffault max label format if undefined. ([#5](#5)) ([255969e](255969e)) * Updated build ([4f23b8c](4f23b8c)) * upgrades styled-components to latest version to remove @babel/traverse vulnerability ([#23](#23)) ([1945b7e](1945b7e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.