Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit a36eae3

Browse files
authored
fix(deps): Updates js-entity-repos/express in dev deps for tests. (#15)
1 parent 672ae09 commit a36eae3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- run:
3434
name: Linting Code
3535
command: npm run lint
36+
- run:
37+
name: Running tests
38+
command: npm run cover
3639
- run:
3740
name: Checking Code Duplication
3841
command: npm run duplication -- --limit 15

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@ht2-labs/semantic-release": "1.0.31",
3535
"@ht2-labs/typescript-project": "1.0.9",
36-
"@js-entity-repos/express": "1.1.0",
36+
"@js-entity-repos/express": "2.0.0",
3737
"@js-entity-repos/memory": "3.0.1",
3838
"@types/body-parser": "1.16.8",
3939
"@types/dotenv": "4.0.2",

0 commit comments

Comments
 (0)