supertest
Here are 334 public repositories matching this topic...
A well-structured Moleculer JS Boilerplate with Typescript, CLI, Service Helpers, Swagger, Jest support and everything you'll ever need to deploy rock solid projects. https://pankod.github.io/moleculerjs-boilerplate/
-
Updated
Jun 7, 2020 - TypeScript
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
-
Updated
Jun 12, 2020 - TypeScript
Persistent sessions for supertest
-
Updated
Nov 9, 2019 - JavaScript
Node API seed written in typescript using Express, Sequelize, Passport, and RabbitMQ
-
Updated
Apr 5, 2020 - TypeScript
Boilerplate with React client and Express backend written in TypeScript. Offers performance and extended functionality. Helps to avoid frequent React-Express integration pitfalls.
-
Updated
Jun 13, 2020 - TypeScript
Many organizations centralize around one or more types of document, or data, but need the ability to monitor edits on a field-by-field basis. Similar to a CRM with customizable contacts, we should include a mechanism for storing documents of multiple types and tracking their changes.
Proposed schema
- id
uuid - type
string(useObjectTypeenum to validate type) - properties: `{[k
A demo project of a full stack typescript application
-
Updated
Jul 24, 2018 - JavaScript
A website to find online courses
-
Updated
Nov 6, 2019 - JavaScript
Learning JavaScript Test Framework - Jestjs by examples
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 8, 2020 - TypeScript
A recipe for building containerized node - TypeScript,VSCode Debugging,Live Reloading,ESLint & Prettier
-
Updated
Mar 14, 2020 - TypeScript
Quick nodejs (Express) + docker + mongodb + JEST(testing) setup.
-
Updated
Nov 2, 2019 - JavaScript
It should be easier for new maintainers to get up and running, and the first time you have to get mongodb up and running locally.
This is the starter kit project for node js REST API development with express js, mongodb, typescript, webpack specially designed for REST API projects.
-
Updated
Apr 24, 2020 - TypeScript
-
Updated
Apr 25, 2020 - JavaScript
ExpressJS bases server. Includes internal architecture, basic services and functionality such as authentication service, database services, validation, admin dashboard functionality etc.
-
Updated
Jun 5, 2018 - JavaScript
Single Page App boilerplate for the NERDS stack - Node, Express, React/Redux, Databases with SQL (PostgreSQL)
-
Updated
Jul 16, 2017 - JavaScript
Improve this page
Add a description, image, and links to the supertest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the supertest topic, visit your repo's landing page and select "manage topics."


I have a feeling that most people use async/await in new code, and none of the examples use it.
Also, from browsing random issues, better tests will be written using this structure. For example #543 is caused by not using async/await in tests.