Skip to content

fix: ensure date-fns#parse is called with a string (#111) #183

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

fix: ensure date-fns#parse is called with a string (#111) #183

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