Skip to content

jest and ts configs #74

jest and ts configs

jest and ts configs #74

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
- run: npm install
- run: npm run build
- run: npm run test