Skip to content
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

LOG-8039 update packages #59

Merged
merged 18 commits into from Apr 6, 2020

update readme

  • Loading branch information
alestrunda committed Apr 3, 2020
commit 7f45e1beba804e9c5202d0fdff971d360e1b49a5
@@ -103,20 +103,7 @@ Note: If you are using npm version 2, please run the below command:

## Run Tests

All of the winston tests are written in [vows][5], and cover all of the use cases described above. You will need to add valid credentials for the various transports included to `test/config.json` before running tests:

``` js
{
"transports": {
"loggly": {
"subdomain": "your-subdomain",
"token": "really-long-token-you-got-from-loggly"
}
}
}
```

Once you have valid configuration and credentials you can run tests with [npm][6]:
Written in Jest. Testing that log events are correctly passed on.

``` bash
npm test
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.