We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50e90a commit 9f4eb60Copy full SHA for 9f4eb60
README.md
@@ -0,0 +1,6 @@
1
+## This repo is intended to make it easy to get introduced with nodejs API testing.
2
+
3
+### What we are using
4
5
+- [**Jest**](https://github.com/jestjs/jest) as test runner and assertion library.
6
+- [**Supertest**](https://github.com/ladjs/supertest#readme) for testing node.js HTTP server
0 commit comments