Skip to content

Adds tests for series of GETs to test api / slug creation #17

Adds tests for series of GETs to test api / slug creation

Adds tests for series of GETs to test api / slug creation #17

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test