-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
The current test suite is disconnected from the actual file tree. test:unit references a non-existent state-manager.test.js, and dom-helpers.test.js is not currently integrated into the test runner. Additionally, the repository lacks automated validation.
Tasks:
Fix Test Paths: Update package.json scripts to point to existing test files.
True Unit Testing: Refactor tests to import and exercise actual production modules instead of testing duplicate function definitions within the test files.
GitHub Actions: Create .github/workflows/ci.yml to run lint, unit tests, type-check, and playwright (chromium) on every PR and push to main.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation