Skip to content

fix: ensure date-fns#parse is called with a string #182

fix: ensure date-fns#parse is called with a string

fix: ensure date-fns#parse is called with a string #182

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install node_modules
run: yarn
- name: Run tests
run: yarn test