Skip to content

Commit 88dc262

Browse files
authoredJan 5, 2022
Merge pull request #653 from torhovland/patch-1
Add missing require.
2 parents 70a3d00 + 3537e4e commit 88dc262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎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.