Skip to content

Fix test cases for modified spec fixtures #97

Fix test cases for modified spec fixtures

Fix test cases for modified spec fixtures #97

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test