question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Contribution Guide

See original GitHub issue

I’m trying to fix #233. I cloned the repo and ran npm run test - and it modified all the files in test/colorize-results directory. I don’t think this should happen. Are the tests out of date? Am I doing something wrong while running tests?

It would be really nice to have a contribution guide which can, if not answer these questions, point me in a correct direction on how to add fixes/features.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jasonwilliamscommented, Oct 10, 2020

That will definitely be it, changing tokens will most likely break the tests as they check the token output.

You should remove that for the instance that’s running the tests.

0reactions
umanghomecommented, Oct 10, 2020

Looks like this is because I have

"editor.tokenColorCustomizations": {
  "comments": "#000000"
}

in my VS code settings.

If I comment out that setting, it works fine. My VS Code settings shouldn’t affect tests. I’m not sure if this is a VS Code issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contributing to Open Source Projects — contribution-guide ...
This document provides a set of best practices for open source contributions - bug reports, code submissions / pull requests, etc.
Read more >
Setting guidelines for repository contributors - GitHub Docs
You can create guidelines to communicate how people should contribute to your project. About contributing guidelines. To help your project contributors do good ......
Read more >
Contribution Guide - The Go Programming Language
This document is a guide to help you through the process of contributing to the Go project, which is a little different from...
Read more >
Contribution Guidelines - Creative Commons Open Source
We have a standard set of labels across all projects, documented here. Here are some of the ones that are most relevant to...
Read more >
How to Build a CONTRIBUTING.md
A CONTRIBUTING.md file, in your open source repository or site, provides potential project contributors with a short guide to how they can help...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found