supertest
Here are 334 public repositories matching this topic...
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Nov 9, 2019 - JavaScript
-
Updated
Apr 5, 2020 - TypeScript
-
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
-
Updated
Jul 24, 2018 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 8, 2020 - TypeScript
-
Updated
Mar 14, 2020 - TypeScript
-
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.
-
Updated
Apr 24, 2020 - TypeScript
-
Updated
Apr 25, 2020 - JavaScript
-
Updated
Jun 5, 2018 - JavaScript
-
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.