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

jest-aws-sqs-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

jest-aws-sqs-reporter

A jest reporter that sends test results to AWS SQS.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

jest-reporter-template

jest XO code style

A template for creating custom Jest reporters using Typescript.

:rocket: Quickstart

  1. Clone
git clone https://github.com/ryparker/jest-reporter-template.git my-custom-reporter && cd my-custom-reporter
  1. Install dependencies
yarn install
  1. Transpile to JS
yarn build

:wrench: Using the reporter

To use the reporter you will will need to add the reporter's path to the reporters option in your jest.config.js.

Note: Jest config does not automagically transpile Typescript reporters yet. Although there is an open feature request that you can follow.

{
  "reporters": ["<rootDir>/my-custom-reporter.js"]
}

See the official Jest docs for more details.

:spiral_notepad: Gist

If you'd rather not use this repository here is a Gist with the main interface for creating a Jest reporter.

Gist of Jest-Reporter-Interface

FAQs

Package last updated on 25 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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