Skip to content

Fix: Cannot Read Properties of Null (Reading 'send') #5

Fix: Cannot Read Properties of Null (Reading 'send')

Fix: Cannot Read Properties of Null (Reading 'send') #5

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
# setup
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install package dependencies
run: bun install
# goal
- name: Run tests
run: bun run test