Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-16 | chore: Change `strictEqual` to `equal` (#10140) | 1 | -2/+2 | ||
2024-01-31 | chore(@astrojs/integrations/react) Migrate tests to `node:test` for ↵ | 1 | -3/+4 | ||
`@astrojs/react` (#9899) * Migrate Telemetry tests to node:test * Remove fallback to chai * Remove chai and mocha dependencies * Fix trailing comma * Fix pnpm-lock.yaml desync * Add back old tests with progression * Convert tests to node:test * Remove unused dependencies * Remove artifact changes * Revert more artifacts * Fix more | |||||
2023-11-21 | [ci] format | 1 | -11/+11 | ||
2023-11-21 | fix(react): make children `undefined` with `experimentalReactChildren` (#9141) | 1 | -0/+15 | ||
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify |