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

codershiba
Copy link
Contributor

@codershiba codershiba 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>
package.json Outdated Show resolved Hide 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.

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
@codershiba codershiba 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>
@codershiba codershiba marked this pull request as ready for review February 6, 2024 13:11
@codershiba codershiba marked this pull request as draft February 6, 2024 13:11
@codershiba codershiba changed the base branch from next to master February 6, 2024 13:16
@codershiba codershiba marked this pull request as ready for review February 6, 2024 14:31
@codershiba
Copy link
Contributor Author

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
@jsumners
Copy link
Member

Please resolve the conflicts.

@codershiba
Copy link
Contributor Author

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
@codershiba codershiba 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
3 participants