Skip to content

fix the expert mode with the fee recipient alert #3456

fix the expert mode with the fee recipient alert

fix the expert mode with the fee recipient alert #3456

Workflow file for this run

name: Tests Jest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
jest-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '19'
- run: npm install
working-directory: ./launcher
- run: npm run test .test
working-directory: ./launcher