Skip to content

added eager and lazy loading #8

added eager and lazy loading

added eager and lazy loading #8

Workflow file for this run

name: Spec Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version}}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn
run: yarn
- name: tests
run: yarn test:ci