Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---

chore: Initial beta release of hwp-previews.

2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x. # Min version required by the repo
node-version: 18.x # Min version required by the repo

- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down
2 changes: 1 addition & 1 deletion plugins/hwp-previews/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tests are organized into suites for integration (wpunit), functional, and accept
- **functional**: Simulates web requests, runs WordPress in a test environment.
- **acceptance**: Browser-based tests (WPBrowser/WPWebDriver).

Configuration files for each suite are in the `tests/` directory (e.g., `unit.suite.dist.yml`, `wpunit.suite.dist.yml`).
Configuration files for each suite are in the `tests/` directory (e.g., `wpunit.suite.dist.yml`).

---

Expand Down
Loading