-
Updated
Oct 4, 2021 - JavaScript
#
mochajs
Here are 118 public repositories matching this topic...
Run unit tests with several runners or benchmark inside real browsers with playwright.
testing
nyc
benchmark
typescript
mocha
test
tape
tests
testing-tools
istanbul
cover
zora
code-coverage
mochajs
benchmarkjs
playwright
-
Updated
Oct 11, 2021 - JavaScript
Projeto de treinamento de cypress do nível básico ao avançado e com teste de regressão visual
javascript
percy
cypress
mochajs
fakerjs
cypress-plugin-snapshots
ferramenta-cypress
cypress-localstorage-commands
-
Updated
Aug 10, 2021 - JavaScript
A Node.js starter for the Serverless Framework with webpack, custom domain and unit test support
aws
lambda
express
webpack
yarn
eslint
es6
prettier
aws-apigateway
serverless-framework
babel-webpack
mochajs
renovate
circleci2
serverless-nodejs-starter
-
Updated
Oct 11, 2021 - JavaScript
rspec-given on mocha
javascript
mocha
tdd
rspec
bdd
javascript-library
test-framework
test-driven-development
given
given-when-then
mochajs
-
Updated
Dec 8, 2017 - JavaScript
This repository represent the bare bones of using typescript with mocha
-
Updated
Jun 9, 2017 - TypeScript
Learning testing with Mocha, Chai, Sinon By Examples
nodejs
testing
unit-testing
tutorial
mocha
examples
test
stackoverflow
chai
test-framework
testing-tools
sinon
mocha-tests
unit-test
testing-framework
sinonjs
mochajs
sinon-js
mocha-chai-sinon
mocha-typescript
-
Updated
Sep 14, 2020 - TypeScript
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
-
Updated
Jan 15, 2018 - JavaScript
Fully Automated E2E Testing Infrastructure
-
Updated
Apr 17, 2019 - JavaScript
Modern and minimalist TypeScript front end starter project using ES6 modules with optional bundling. Fully customizable.
-
Updated
Dec 9, 2019 - JavaScript
Slide deck for "Intro to Mocha" talk
testing
unit-testing
tutorial
mocha
presentation
integration-testing
slides
reveal-js
testing-framework
mochajs
-
Updated
Aug 8, 2018 - HTML
WIP: Web app to create box charts for music makers
-
Updated
Dec 27, 2019 - JavaScript
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.
chai
test-framework
testing-tools
selenium-webdriver
quality-assurance
test-driven-development
mochajs
-
Updated
Nov 24, 2017 - JavaScript
Puppeteer based automated UI Test Examples with Mocha, Chai (Educational Purpose)
-
Updated
Mar 24, 2020 - HTML
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.
-
Updated
May 6, 2021 - JavaScript
Running Mocha tests directly in the browser
-
Updated
May 6, 2020 - JavaScript
Example Mocha project to demonstrate connecting to BuildPulse for flaky test detection
-
Updated
Sep 10, 2021 - JavaScript
A project created with the focus to study TDD in JavaScript, following the course "JS com TDD na Prática".
-
Updated
Jul 15, 2018 - JavaScript
profile API.
nodejs
javascript
gulp
api
npm
express
web-development
mocha
mongodb
mongoose
rest-api
raml
expressjs
sinon
raml-documentation
mongoosejs
restful-api
api-design
sinonjs
mochajs
-
Updated
Apr 24, 2018 - JavaScript
API service to convert metric/imperial measurements
nodejs
javascript
css
testing
html
api
express
mocha
chai
api-rest
mocha-tests
automated-testing
chai-http
mochajs
mocha-chai
-
Updated
Jun 16, 2021 - JavaScript
Project to demostrate how to test React components
-
Updated
Jan 22, 2018 - JavaScript
Improve this page
Add a description, image, and links to the mochajs topic page so that developers can more easily learn about it.
Add this topic to your repo
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