Skip to content

chore: add props option for smart delete feature #159

chore: add props option for smart delete feature

chore: add props option for smart delete feature #159

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
jest:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- run: npm ci
- run: npm test -- --coverage
- name: Repport coverage
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}