Skip to content

Commit fcc2db5

Browse files
build(deps-dev): bump @readme/eslint-config from 3.1.3 to 3.2.0 (#84)
* build(deps-dev): bump @readme/eslint-config from 3.1.3 to 3.2.0 Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 3.1.3 to 3.2.0. - [Release notes](https://github.com/readmeio/eslint-config/releases) - [Changelog](https://github.com/readmeio/eslint-config/blob/master/CHANGELOG.md) - [Commits](readmeio/standards@3.1.3...3.2.0) Signed-off-by: dependabot[bot] <[email protected]> * style: removing an unneeded async declaration Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach <[email protected]>
1 parent 2fa6b80 commit fcc2db5

File tree

2 files changed

+98
-67
lines changed

2 files changed

+98
-67
lines changed

package-lock.json

+97-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/process-response.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const bodyParser = require('body-parser');
44

55
const processResponse = require('../lib/process-response');
66

7-
async function testResponse(assertion, response) {
7+
function testResponse(assertion, response) {
88
const app = express();
99
app.use(bodyParser.json());
1010
app.post('/*', (req, res) => {

0 commit comments

Comments
 (0)