-
Updated
Jul 10, 2021 - 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.
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
Repository for wallaby.js questions and issues
A Vue, Webpack, Typescript, Bootstrap setup with hot reload, dynamic imports, unit testing, code coverage, sass, uncss and bundling/minification.
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.
Some business logic may revolve around the type of PSQL execution error that gets thrown during a query. Libs like node-postgres return the PSQL error code on the error in a field code on the error itself. To match the functionality of those libraries, would it be possible to include the appropriate error code on execution errors t
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
[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
An extremely fast and simple JavaScript test runner.
Gas usage per unit test. Average gas usage per method. A mocha reporter.
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."
Add a list of all current javascript pact repos for developers to documentation somewhere. This would help new contributors get up to speed with the landscape of pact-js.