Skip to content

Commit 37ee254

Browse files
committed
chore: remove last tap tests and references to tap
1 parent d0c28c0 commit 37ee254

File tree

6 files changed

+7276
-12670
lines changed

6 files changed

+7276
-12670
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)