Skip to content

solved jest leaks in auth #10

solved jest leaks in auth

solved jest leaks in auth #10

Workflow file for this run

name: Run Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd auth && npm i && npm run test:ci