Skip to content

add static method to clear all data (#66) #90

add static method to clear all data (#66)

add static method to clear all data (#66) #90

Workflow file for this run

# @see https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn run build
- run: yarn test
env:
CI: true