Skip to content

Commit

Permalink
Merge pull request #653 from torhovland/patch-1
Browse files Browse the repository at this point in the history
Add missing require.
  • Loading branch information
niftylettuce authored Jan 5, 2022
2 parents 70a3d00 + 3537e4e commit 88dc262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ test framework at all:

```js
const request = require('supertest');
const assert = require('assert');
const express = require('express');

const app = express();
Expand Down

0 comments on commit 88dc262

Please sign in to comment.