COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210806044013/https://github.com/topics/chai
Here are
1,551 public repositories
matching this topic...
JavaScript Testing utilities for React
Updated
Jul 17, 2021
JavaScript
📗 🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (June 2021)
Updated
Jul 8, 2021
JavaScript
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Updated
Jul 8, 2021
JavaScript
REST API test framework. BDD and exploits promises
Updated
Jan 28, 2019
JavaScript
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
Updated
Aug 4, 2021
JavaScript
An opinionated React based repository which is optimized for Progressive Web App development.
Updated
Feb 27, 2017
JavaScript
Updated
Apr 28, 2017
JavaScript
Simplify testing of redux action and async action creators
Updated
Jan 18, 2017
JavaScript
☕ Ergonomic, modern and type-safe assertion library for TypeScript
Updated
Jun 23, 2021
TypeScript
Chai assertions for Facebook's Immutable library for JavaScript collections
Updated
Jul 3, 2021
JavaScript
Javascript solutions to Cracking the Coding Interview (CTCI)
Updated
Nov 5, 2018
JavaScript
A BDD test framework for Postman and Newman
Updated
Jul 26, 2018
HTML
ERC20 wrapper over the Dai Savings Rate
Updated
Apr 1, 2020
Solidity
Node.js + ExpressJS + Joi + Typeorm + Typescript + JWT + ES2015 + Clustering + Tslint + Mocha + Chai
Updated
Jun 3, 2020
TypeScript
Unit test using Mocha and Chai
Updated
Oct 1, 2020
JavaScript
Node.js / Express Onion Architecture boilerplate with Typescript - OOP Variant
Updated
Aug 4, 2021
TypeScript
Use Jest or Chai to assert that HTTP responses satisfy an OpenAPI spec
Updated
Aug 4, 2021
TypeScript
Karma + Webpack + Mocha + Chai + Istanbul
Updated
Mar 4, 2020
JavaScript
atSistemas React/Redux Isomorphic Platform
Updated
Aug 4, 2021
JavaScript
👨🔧 A discussion on how Node.js projects can be organized.
Updated
Aug 3, 2021
JavaScript
"containSubset" object properties matcher for Chai
Updated
Apr 27, 2021
JavaScript
Updated
Aug 2, 2021
TypeScript
🔰 Starter for Node.js express API in Typescript 🚀
Updated
Aug 3, 2021
TypeScript
✅ Add JSX assertions to Chai, with support for Preact Components.
Updated
May 29, 2020
JavaScript
Ultra Simple, Development, Testing and Production Build Cli
Updated
Jan 29, 2019
JavaScript
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Updated
Nov 6, 2017
JavaScript
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!
Updated
May 31, 2019
JavaScript
Integrating TypeScript with KOA2 to hit the ground running faster
Updated
Nov 7, 2018
TypeScript
Improve this page
Add a description, image, and links to the
chai
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
chai
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The
and
method 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.