@learn-co-curriculum/jest-learn-reporter
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@learn-co-curriculum/jest-learn-reporter", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A Jest reporter for the learn-test gem", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# Jest Learn Reporter | ||
A Jest reporter for the [learn-test](https://github.com/learn-co/learn-test) gem. Will probably break if any of [this](https://github.com/learn-co/learn-test/blob/master/lib/learn_test/strategies/mocha.rb) changes. | ||
A Jest reporter for the [learn-test](https://github.com/learn-co/learn-test) | ||
gem. Will probably break if any of | ||
[this](https://github.com/learn-co/learn-test/blob/master/lib/learn_test/strategies/mocha.rb) | ||
changes. | ||
@@ -8,9 +11,11 @@ ## Installation | ||
Using [npm](https://www.npmjs.com/): | ||
```sh | ||
npm install --save-dev jest-learn-reporter | ||
npm install @learn-co-curriculum/jest-learn-reporter | ||
``` | ||
Using [yarn](https://yarnpkg.com/): | ||
```sh | ||
yarn add --dev jest-learn-reporter | ||
yarn add @learn-co-curriculum/jest-learn-reporter | ||
``` | ||
@@ -21,10 +26,12 @@ | ||
Jest CLI: | ||
```sh | ||
jest --reporters=jest-learn-reporter | ||
jest --reporters=@learn-co-curriculum/jest-learn-reporter | ||
``` | ||
Jest config: | ||
```json | ||
{ | ||
"reporters": ["jest-learn-reporter"] | ||
"reporters": ["@learn-co-curriculum/jest-learn-reporter"] | ||
} | ||
@@ -35,2 +42,2 @@ ``` | ||
MIT | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2074
41