Skip to content

reformat and feat: added some comments, exporting SpecResult type fro… #47

reformat and feat: added some comments, exporting SpecResult type fro…

reformat and feat: added some comments, exporting SpecResult type fro… #47

Workflow file for this run

name: exports
on: [push]
jobs:
format:
runs-on: ubuntu-latest
name: module exports
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: install dependencies
run: npm i
- name: jest check
run: npm run test