Skip to content

test({react,vanilla}): migrate to vitest fake timers with adding 'loading' assertions, replace 'userEvent'/'findByText' with 'fireEvent'/'getByText', and remove 'waitFor' #342

test({react,vanilla}): migrate to vitest fake timers with adding 'loading' assertions, replace 'userEvent'/'findByText' with 'fireEvent'/'getByText', and remove 'waitFor'

test({react,vanilla}): migrate to vitest fake timers with adding 'loading' assertions, replace 'userEvent'/'findByText' with 'fireEvent'/'getByText', and remove 'waitFor' #342

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@v5
with:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'