-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3e2d64f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |