-
Updated
Sep 9, 2020 - JavaScript
{{ message }}
JavaScript Testing utilities for React
Spectacular Test Runner for JavaScript
Next-gen browser and mobile automation test framework for Node.js
Practical Node.js, 1st and 2nd Editions [Apress]
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
lcov posting to coveralls.io
REST API test framework. BDD and exploits promises
A Gorgeous HTML/CSS Reporter for Mocha.js
The and method is not supported by Jest, where Chai does support it.
It should probably cut the assertion in two:
- expect(ticketNumber).to.be.above(0).and.to.be.below(46)
+ expect(ticketNumber).toBeGreaterThan(0)
+ expect(ticketNumber).toBeLessThan(46)Is this a feasible option for codemods?
If so: I'm willing to work on a PR.
A Vue, Webpack, Typescript, Bootstrap setup with hot reload, dynamic imports, unit testing, code coverage, sass, uncss and bundling/minification.
Repository for wallaby.js questions and issues
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
An opinionated React based repository which is optimized for Progressive Web App development.
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
[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
An extremely fast and simple JavaScript test runner.
Node.js package for HTTP basic and digest access authentication.
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
Data-driven unit testing for Jasmine, Mocha, and Jest
Add a description, image, and links to the mocha topic page so that developers can more easily learn about it.
To associate your repository with the mocha topic, visit your repo's landing page and select "manage topics."
As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.
The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh