Skip to content

refactor: use jest and vitest mock extended #27

refactor: use jest and vitest mock extended

refactor: use jest and vitest mock extended #27

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build