Skip to content

test: migrate to Vitest fake timers, remove @testing-library/user-event, and resolve act warnings #527

test: migrate to Vitest fake timers, remove @testing-library/user-event, and resolve act warnings

test: migrate to Vitest fake timers, remove @testing-library/user-event, and resolve act warnings #527

Workflow file for this run

name: Preview Release
on: [push, pull_request]
jobs:
preview_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'