Skip to content

add unit tests for built-in constants #125

add unit tests for built-in constants

add unit tests for built-in constants #125

Workflow file for this run

name: Run the unit tests
# Controls when the workflow will run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test