Skip to content

Add goBack and getRouteHistory, improve tests #140

Add goBack and getRouteHistory, improve tests

Add goBack and getRouteHistory, improve tests #140

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
# dispatchEvent breaks in tests on 16
node-version: '14'
- run: npm i -g npm@^7
- run: npm ci
- run: npm test