-
Updated
Nov 6, 2020 - JavaScript
{{ message }}
Run unit tests with several runners or benchmark inside real browsers with playwright.
A Node.js starter for the Serverless Framework with webpack, custom domain and unit test support
rspec-given on mocha
This repository represent the bare bones of using typescript with mocha
Boilerplate for quick-start your REST API. Db, auth, push updates via sockets, interactive API documentation (Swagger) and unittests are already included! This project is based on Angular FullStack Generator project https://github.com/angular-fullstack/generator-angular-fullstack
Fully Automated E2E Testing Infrastructure
Modern and minimalist TypeScript front end starter project using ES6 modules with optional bundling. Fully customizable.
WIP: Web app to create box charts for music makers
Learning testing with Mocha, Chai, Sinon By Examples
Módulo Node.js que extrae links desde formato markdown y los almacena en un archivo JSON. Puede utilizarse también como plugin de Javascript en un sitio web. El testing se realiza con Mocha y la integración continua con Travis-CI.
This is a repository of quality assurance tests using a number of QA frameworks. The purpose of this repository is to serve as a launching point for a career in manual and automated QA testing.
Boilerplate code to start with nodeJS, MochaJS, IstanbulJS, Sequelize with Passport-bearer auth
profile API.
A project created with the focus to study TDD in JavaScript, following the course "JS com TDD na Prática".
Project to demostrate how to test React components
Build a Restful API with NodeJS
Simple template project configured to use express with typescript on VS Code
Add a description, image, and links to the mochajs topic page so that developers can more easily learn about it.
To associate your repository with the mochajs topic, visit your repo's landing page and select "manage topics."
Bug Report
Description
When editing the id of an existing list within the app, it will generate a new message in the lists Discord channel instead of updating the old one. This results in two entries being in the lists_messages table, one with the old list id / message id and another with the new list id / message id.
Steps to reproduce