Skip to content

Refactor component detection tests and update jest configuration for ESM compatibility (required to refactor to dynamically load dependency) #169

Refactor component detection tests and update jest configuration for ESM compatibility (required to refactor to dynamically load dependency)

Refactor component detection tests and update jest configuration for ESM compatibility (required to refactor to dynamically load dependency) #169

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Unit test
run: |
npm install
npm run test