summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/parsed-react-children.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-16chore: Change `strictEqual` to `equal` (#10140)Gravatar ktym4a 1-2/+2
2024-01-31chore(@astrojs/integrations/react) Migrate tests to `node:test` for ↵Gravatar voxel!() 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] formatGravatar Arsh 1-11/+11
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 1-0/+15
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify