Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: test on windows and macos #958

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/docs/content/changelog.md
Expand Up @@ -5,6 +5,19 @@ eleventyNavigation:
key: Changelog
---

## 18.7

- Use type param for mockImport, mockRequire
- Refactor `@tapjs/mock` plugin to work around ESM hooks deadocks
- Add `shell: true` when spawning npm, for windows' benefit
- Fix bootstrap ci loader on node versions lacking `--import`
- Always initialize `t.context`, so that `t.context.field =
value` works even if no initial context object was provided
- Late-bind `t.context`, so that it can be mutated in async
`before` methods and still preserved. `t.context` is now set
when the test actually runs, not when the Test object is
constructed.

## 18.6

- Consider objects matching in `t.same()` if their `valueOf`
Expand Down