diff --git a/.circleci/config.yml b/.circleci/config.yml index 08934e9f0..d0dafb885 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,9 @@ jobs: - run: name: Linting Code command: npm run lint + - run: + name: Running tests + command: npm run cover - run: name: Checking Code Duplication command: npm run duplication -- --limit 15 diff --git a/package-lock.json b/package-lock.json index c0a9c598f..1b76c4618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,9 +43,9 @@ } }, "@js-entity-repos/express": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@js-entity-repos/express/-/express-1.1.0.tgz", - "integrity": "sha512-lLomx4g9FMbI88XBTAD/EcfFsskvNG7+ERDr+IJrukx5nZa+eIc9yDOUM1ULgDy+NX3P7Y0zUlvmO8PMSFrXhw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@js-entity-repos/express/-/express-2.0.0.tgz", + "integrity": "sha512-QxAubxc38NcPRVAIME2UpHSRqWBdhbFo1KZczzGrRqdTM+v/bf6G/9bQILphGMoPKkdBO1F/TpthbI9/+A5a6A==", "dev": true, "requires": { "@js-entity-repos/core": "6.0.2", diff --git a/package.json b/package.json index ba4920992..edba9b85d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@ht2-labs/semantic-release": "1.0.31", "@ht2-labs/typescript-project": "1.0.9", - "@js-entity-repos/express": "1.1.0", + "@js-entity-repos/express": "2.0.0", "@js-entity-repos/memory": "3.0.1", "@types/body-parser": "1.16.8", "@types/dotenv": "4.0.2",