Skip to content

Commit 76ee627

Browse files
authored
Merge pull request #767 from snyk/feat/configurable_ignored_namespaces
[RUN-846] makes excluded namespaces configurable
2 parents 1c74eb3 + 302e492 commit 76ee627

File tree

15 files changed

+7423
-12704
lines changed

15 files changed

+7423
-12704
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,7 @@ jobs:
829829
- run:
830830
command: |
831831
npm run build &&
832-
npm run test:unit:tap &&
833-
npm run test:unit:jest
832+
npm run test:unit
834833
name: Unit tests
835834
- run:
836835
command: |

.circleci/config/jobs/@jobs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ unit_tests:
117117
name: Unit tests
118118
command: |
119119
npm run build &&
120-
npm run test:unit:tap &&
121-
npm run test:unit:jest
120+
npm run test:unit
122121
- run:
123122
name: Notify Slack on failure
124123
command: |

0 commit comments

Comments
 (0)