JavaScript Testing utilities for React
-
Updated
Oct 13, 2021 - JavaScript
{{ message }}
JavaScript Testing utilities for React
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
REST API test framework. BDD and exploits promises
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
An opinionated React based repository which is optimized for Progressive Web App development.
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Simplify testing of redux action and async action creators
Chai assertions for Facebook's Immutable library for JavaScript collections
Javascript solutions to Cracking the Coding Interview (CTCI)
A BDD test framework for Postman and Newman
Node.js / Express Onion Architecture boilerplate with Typescript - OOP Variant
Use Jest or Chai to assert that HTTP responses satisfy an OpenAPI spec
Karma + Webpack + Mocha + Chai + Istanbul
atSistemas React/Redux Isomorphic Platform
"containSubset" object properties matcher for Chai
Is your feature request related to a problem? Please describe.
It's not a problem but a feature request.
I'd like to test code that sends events to EventBus. I have a rule that logs all events sent to my Event Bus to Cloud Watch Logs. Since recent API Destinations announcement, not every event on the EventBus will trigger Lambda function. Therefore there no function to create logs in Clou
Ultra Simple, Development, Testing and Production Build Cli
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Bombanauts, inspired by the original Bomberman game, is a 3D multiplayer online battle arena (MOBA) game where players can throw bombs at each other, make boxes explode, and even other players!
Integrating TypeScript with KOA2 to hit the ground running faster
Add a description, image, and links to the chai topic page so that developers can more easily learn about it.
To associate your repository with the chai topic, visit your repo's landing page and select "manage topics."
The
andmethod is not supported by Jest, where Chai does support it.It should probably cut the assertion in two:
Is this a feasible option for codemods?
If so: I'm willing to work on a PR.