All Projects → danielbayley → jest-preset-coffeescript

danielbayley / jest-preset-coffeescript

Licence: MIT license
🃏 Easily write your Jests in @coffeescript.

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to jest-preset-coffeescript

honeycomb
本项目用于验证一系列开源项目
Stars: ✭ 13 (-27.78%)
Mutual labels:  configuration
vesdk-android-demo
VideoEditor SDK: A fully customizable video editor for your app.
Stars: ✭ 90 (+400%)
Mutual labels:  transform
currency-api
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
Stars: ✭ 19 (+5.56%)
Mutual labels:  unit-testing
PHPUnit-Polyfills
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
Stars: ✭ 147 (+716.67%)
Mutual labels:  unit-testing
ember-cli-es6-transform
Import ES6 modules from npm, bower or anywhere else in your app.
Stars: ✭ 13 (-27.78%)
Mutual labels:  transform
ava-fast-check
Property based testing for AVA based on fast-check
Stars: ✭ 44 (+144.44%)
Mutual labels:  unit-testing
entity-framework-mock
Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute
Stars: ✭ 45 (+150%)
Mutual labels:  unit-testing
proxifier-rules
Rules for proxifiers programs: Proxifier
Stars: ✭ 51 (+183.33%)
Mutual labels:  configuration
myrmidon
A rofi task / command executor
Stars: ✭ 82 (+355.56%)
Mutual labels:  configuration
zsh-launchpad
🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features
Stars: ✭ 141 (+683.33%)
Mutual labels:  configuration
doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
Stars: ✭ 4,434 (+24533.33%)
Mutual labels:  unit-testing
read-env
🔧 Transform environment variables into JSON object with sanitized values.
Stars: ✭ 60 (+233.33%)
Mutual labels:  configuration
test-drive
The simple testing framework
Stars: ✭ 37 (+105.56%)
Mutual labels:  unit-testing
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+827.78%)
Mutual labels:  unit-testing
ethereumjs-common
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 25 (+38.89%)
Mutual labels:  configuration
appfiguratesdk
Appfigurate provides the ability to change configuration properties in iOS and watchOS, apps and app extensions, securely, at runtime.
Stars: ✭ 21 (+16.67%)
Mutual labels:  configuration
tink unittest
Tinkerbell Unit Testing
Stars: ✭ 15 (-16.67%)
Mutual labels:  unit-testing
libcester
A robust header-only unit testing framework for C and C++ programming language. Support function mocking, memory leak detection, crash report.
Stars: ✭ 50 (+177.78%)
Mutual labels:  unit-testing
typescript-transform-jsx
Typescript transform jsx to string
Stars: ✭ 22 (+22.22%)
Mutual labels:  transform
django-app-enabler
autoconfigurator for django applications
Stars: ✭ 19 (+5.56%)
Mutual labels:  configuration

Jest + CoffeeScript

Easily write your Jests in CoffeeScript.

Automatically handles transformation, including even tests written in literate CoffeeScript.

This will work on any .[lit]coffee[.md] file in your test/spec[s] folder by default.

Install

Assuming you already:

  1. configured npm to work with GitHub Packages
  2. ensured peerDependencies are installed
npm config set @danielbayley:registry https://npm.pkg.github.com
npm install @danielbayley/jest-preset-coffeescript --save-dev

Then add the following to your Jest configuration:

// package.json
"jest": {
  "preset": "@danielbayley/jest-preset-coffeescript"
},

License

MIT © Daniel Bayley

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].