All Projects → vroudge → jest-fuck

vroudge / jest-fuck

Licence: MIT License
Play an audible 'fuck' whenever your tests fail

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jest-fuck

jest-dashboard
Command Line Dashboard for Jest
Stars: ✭ 61 (+38.64%)
Mutual labels:  jest, jest-reporter
jest-pact
A Pact adaptor for to allow you to easily run tests with Jest
Stars: ✭ 58 (+31.82%)
Mutual labels:  jest, jest-plugin
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (+275%)
Mutual labels:  jest
best
🏆 Delightful Benchmarking & Performance Testing
Stars: ✭ 73 (+65.91%)
Mutual labels:  jest
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (+4.55%)
Mutual labels:  jest
zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (+115.91%)
Mutual labels:  jest
Batteries-Included-Next.js
A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.
Stars: ✭ 35 (-20.45%)
Mutual labels:  jest
glific-frontend
Frontend for the Glific platform
Stars: ✭ 18 (-59.09%)
Mutual labels:  jest
affirmation generator
A random affirmation generator written with ReactJS :-)
Stars: ✭ 65 (+47.73%)
Mutual labels:  jest
Hangar
Hackathon sponsorship made easy
Stars: ✭ 34 (-22.73%)
Mutual labels:  jest
gag
This project is a fork of Google Annotation Gallery
Stars: ✭ 42 (-4.55%)
Mutual labels:  funny
testing-reactjs-examples
🧪 "What should we test in our React components" - presentation examples.
Stars: ✭ 23 (-47.73%)
Mutual labels:  jest
ack-nestjs-mongoose
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example 🥶. NestJs v8 🥳🎉. Production Ready 🚀🔥
Stars: ✭ 81 (+84.09%)
Mutual labels:  jest
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-56.82%)
Mutual labels:  jest
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (-11.36%)
Mutual labels:  jest
ahobsu-node-backend
🌈 MOTI ! Make Own True Identity ⭐️ 유니큐와 유초코파이 노드로 탈주하다😎
Stars: ✭ 16 (-63.64%)
Mutual labels:  jest
jest-launchdarkly-mock
Easily unit test LaunchDarkly feature flagged components with jest
Stars: ✭ 14 (-68.18%)
Mutual labels:  jest
bash-cat-with-cat
The classic cat command but with a cat
Stars: ✭ 154 (+250%)
Mutual labels:  funny
monorepo-typescript-next-the-sane-way
A monorepo example using TypeScript and Next.js
Stars: ✭ 104 (+136.36%)
Mutual labels:  jest
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (-27.27%)
Mutual labels:  jest

jest-fuck

Play an audible 'fuck' whenever your tests fail

Installation:

npm install --save-dev jest-fuck

Getting Started

To use this reporter you will need to have a Jest test environment set up. In your package.json add:

"jest": {
  "reporters": [
    "default",
    "<rootDir>/node_modules/jest-fuck"
  ]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].