Skip to content

Commit 3537e4e

Browse files
authoredMay 29, 2020
Add missing require.
1 parent 910a111 commit 3537e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ test framework at all:
3434

3535
```js
3636
const request = require('supertest');
37+
const assert = require('assert');
3738
const express = require('express');
3839

3940
const app = express();

0 commit comments

Comments
 (0)
Please sign in to comment.