Skip to content

Merge pull request #337 from 10up/fix/content-picker-for-terms #953

Merge pull request #337 from 10up/fix/content-picker-for-terms

Merge pull request #337 from 10up/fix/content-picker-for-terms #953

Workflow file for this run

name: Run Unit Test Suite
on: [push, workflow_dispatch]
jobs:
jest:
name: Jest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NPM Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test