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

feat: Port tests from tap to node:assert and node:test #141

Merged
merged 6 commits into from
Mar 5, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 22, 2024

Closes #140

Ports tests from tap to node:assert, node:test, borp

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost ghost force-pushed the master branch 2 times, most recently from d219d63 to 2bd21c0 Compare January 22, 2024 19:03
package.json Outdated Show resolved Hide resolved
@ghost ghost requested a review from jsumners January 26, 2024 16:59
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the test is asynchronous, you need to use an async function and add a test plan with https://github.com/mcollina/tspl.

test/res.test.js Outdated Show resolved Hide resolved
test/res.test.js Outdated Show resolved Hide resolved
test/res.test.js Outdated Show resolved Hide resolved
test/res.test.js Outdated Show resolved Hide resolved
test/res.test.js Outdated Show resolved Hide resolved
test/req.test.js Outdated Show resolved Hide resolved
test/req.test.js Outdated Show resolved Hide resolved
test/req.test.js Outdated Show resolved Hide resolved
test/req.test.js Outdated Show resolved Hide resolved
test/req.test.js Outdated Show resolved Hide resolved
@ghost ghost marked this pull request as draft January 26, 2024 18:15
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost ghost marked this pull request as ready for review February 6, 2024 13:11
@ghost ghost marked this pull request as draft February 6, 2024 13:11
@ghost ghost changed the base branch from next to master February 6, 2024 13:16
@ghost ghost force-pushed the master branch 4 times, most recently from 908740f to aea208a Compare February 6, 2024 14:30
@ghost ghost requested a review from mcollina February 6, 2024 14:31
@ghost ghost marked this pull request as ready for review February 6, 2024 14:31
@ghost
Copy link
Author

ghost commented Feb 8, 2024

Hi @mcollina , can you take a look here?

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina
Copy link
Member

Can you drop node v14 and v16 from CI?

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@ghost ghost requested a review from mcollina February 11, 2024 16:12
@jsumners jsumners changed the base branch from master to next February 11, 2024 18:13
@jsumners
Copy link
Member

Please resolve the conflicts.

@ghost
Copy link
Author

ghost commented Feb 11, 2024

Please resolve the conflicts.

Resolved

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 1c52a89 into pinojs:next Mar 5, 2024
4 checks passed
@ghost ghost mentioned this pull request Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Updating for v9
2 participants