Skip to content

Commit d2d0b76

Browse files
committed
chore: add test:compat script and use it in CI
Signed-off-by: Alejandro Mery <amery@apptly.co>
1 parent 548ccd3 commit d2d0b76

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Build
2424
run: pnpm build
2525
- name: Compat test
26-
run: node src/__tests__/compat.mjs
26+
run: pnpm test:compat

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- **deps**: Bump `@poupe/eslint-config` ~0.8.3 → ^0.8.4 — remove
10+
local `arrow-parens` override now enforced upstream
11+
- **ci**: Use `pnpm test:compat` script in compat workflow
12+
713
## [0.1.2] - 2026-03-24
814

915
### Added

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"prepare": "cross-test -s dist/index.mjs || unbuild --stub",
3939
"publint": "publint",
4040
"test": "vitest run",
41+
"test:compat": "node src/__tests__/compat.mjs",
4142
"test:watch": "vitest",
4243
"typecheck": "tsc --noEmit"
4344
},

0 commit comments

Comments
 (0)