Skip to content

test: add mock implementation for setDecorations in window API tests #63

test: add mock implementation for setDecorations in window API tests

test: add mock implementation for setDecorations in window API tests #63

Workflow file for this run

name: 'Unit Testing with Vitest'
on:
workflow_dispatch:
push:
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Install PNPM
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm install --frozen-lockfile
env:
TIPTAP_PRO_TOKEN: ${{secrets.TIPTAP_PRO_TOKEN}}
- name: Run Tests
run: pnpm test