Skip to content

Chore: Move missing env filter logic to static method #4

Chore: Move missing env filter logic to static method

Chore: Move missing env filter logic to static method #4

Workflow file for this run

name: Test
on:
pull_request:
paths:
- '**/*.js'
jobs:
jest:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test