Skip to content

otto changes: adding new tests #28

otto changes: adding new tests

otto changes: adding new tests #28

Workflow file for this run

name: Karma Test
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Node 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
id: node
- run: yarn install
- run: yarn test