Skip to content

Refactor sessions table ande remove close button of toast in auth process #60

Refactor sessions table ande remove close button of toast in auth process

Refactor sessions table ande remove close button of toast in auth process #60

Workflow file for this run

name: Automated Tests
on: pull_request
jobs:
jest:
name: Jest Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'v20.14.0'
- run: npm ci
- run: npm test