Skip to content

feat: Enhance useStore to provide direct access to store instances an… #4

feat: Enhance useStore to provide direct access to store instances an…

feat: Enhance useStore to provide direct access to store instances an… #4

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install --frozen-lockfile
- run: yarn test