Skip to content

Commit c9f5572

Browse files
committed
test: convert unit tests from cypress e2e to vitest in preparation for typescript migration
1 parent 4e130c7 commit c9f5572

File tree

15 files changed

+2055
-266
lines changed

15 files changed

+2055
-266
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,9 @@ jobs:
118118
- attach_workspace:
119119
at: ~/
120120
- run:
121-
command: npm run test
121+
command: npm run test:coverage
122122
- store_artifacts:
123123
path: coverage
124-
- run:
125-
name: Verify Code Coverage
126-
command: npm run coverage:verify
127124

128125
workflows:
129126
build:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)