Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@learn-co-curriculum/jest-learn-reporter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@learn-co-curriculum/jest-learn-reporter - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc