-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
syntax highlighting in action logger #118
Conversation
ritz078
commented
Apr 18, 2016
@@ -25,7 +25,7 @@ describe('<Foldable />', function () { | |||
args: 'things', | |||
}; | |||
|
|||
const fullString = '{\n "name": "test action",\n "args": "things"\n}'; | |||
const fullString = '{\n name: "test action",\n args: "things"\n}'; |
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't we write an additional test case targetted for syntax highlighting.
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.
sure
Overall, this looks cool. |
@arunoda added tests and comment |
Okay. Great. |
Published as |
* feat(highlight):added syntax highlighting in the action logger * fix lint error * fixed tests * added tests for highlight
View your CI Pipeline Execution ↗ for commit 3e2d64f.
☁️ Nx Cloud last updated this comment at |