Skip to content

Fixed bug of Toast not closing when there is no close callback #381

Fixed bug of Toast not closing when there is no close callback

Fixed bug of Toast not closing when there is no close callback #381

Workflow file for this run

name: Build Status
on: ['push']
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, run test
run: |
npm install
npm run lint
npm run test:coverage