Skip to content

feat(assets): Add demo two and tree images #57

feat(assets): Add demo two and tree images

feat(assets): Add demo two and tree images #57

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm test