Skip to content

Fix observer order when using getAndObserve. #32

Fix observer order when using getAndObserve.

Fix observer order when using getAndObserve. #32

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: npm ci
- name: Run tests
run: npx jest