Skip to content

feat: add transfer test that fails #10

feat: add transfer test that fails

feat: add transfer test that fails #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js LTS
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- name: Install Dependencies
run: yarn install
- name: Run Tests
run: yarn test