-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: setup jest testing and gh workflows #21
Conversation
ZKS-85 Testing framework
Set up testing framework, either jest or vitest. Evaluate the best fit for our project. |
.github/workflows/test-e2e.yml
Outdated
cache: "pnpm" | ||
|
||
- name: Install dependencies | ||
run: pnpm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add --frozen-lockfile pls
.github/workflows/test.yml
Outdated
# - name: Run tests | ||
# run: yarn test | ||
- name: Install dependencies | ||
run: pnpm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
.github/workflows/test.yml
Outdated
# - name: Run tests | ||
# run: yarn test | ||
- name: Install dependencies | ||
run: pnpm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
🤖 Linear
Closes ZKS-85 ZKS-86
Description
Properly configure Jest, install mocking helper and configure GH Workflows for test and e2e test