From 0c39a14d3c122cd1322ffd3e88f144d0f7852b7a Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 6 Jun 2019 14:35:32 -0400 Subject: [PATCH] style(lint): Linting .md and jest config files --- CHANGELOG.md | 6 ++---- jest.config.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3329f3d0..7ee07e578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # [6.0.0](https://github.com/jdalrymple/node-gitlab/compare/5.0.2...6.0.0) (2019-06-02) - ### Code Refactoring -* **RepositoryFiles:** Missing a required argument from the function headers ([e13c593](https://github.com/jdalrymple/node-gitlab/commit/e13c593)) - +- **RepositoryFiles:** Missing a required argument from the function headers ([e13c593](https://github.com/jdalrymple/node-gitlab/commit/e13c593)) ### BREAKING CHANGES -* **RepositoryFiles:** create, edit and remove functions now require the commitMessage function argument +- **RepositoryFiles:** create, edit and remove functions now require the commitMessage function argument ## [5.0.2](https://github.com/jdalrymple/node-gitlab/compare/5.0.1...5.0.2) (2019-05-31) diff --git a/jest.config.json b/jest.config.json index b8bbe91c0..9533f7085 100644 --- a/jest.config.json +++ b/jest.config.json @@ -8,7 +8,7 @@ "coverageDirectory": "./coverage/", "collectCoverage": true, - + "detectOpenHandles": true, "setupFilesAfterEnv": ["jest-extended"],