Skip to content

Phase 2: Complete Migration of Existing Tape Tests to Vitest #108

Phase 2: Complete Migration of Existing Tape Tests to Vitest

Phase 2: Complete Migration of Existing Tape Tests to Vitest #108

Workflow file for this run

name: websocket-tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run test:vitest