Skip to content

fix: use function expressions for Date mocks in Vitest 4.x #224

fix: use function expressions for Date mocks in Vitest 4.x

fix: use function expressions for Date mocks in Vitest 4.x #224

Workflow file for this run

name: main
on: push
permissions:
contents: read
jobs:
main:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Run build and test
run: |
set -x
npm install
npm run build
npm test