Skip to content

test: vm module error thrown when breakOnSigint is not a boolean evaluate() - #27503

Closed
rpgeeganage wants to merge 2 commits into
nodejs:masterfrom
rpgeeganage:test_vm_evaluate_invalid_option
Closed

test: vm module error thrown when breakOnSigint is not a boolean evaluate()#27503
rpgeeganage wants to merge 2 commits into
nodejs:masterfrom
rpgeeganage:test_vm_evaluate_invalid_option

Conversation

@rpgeeganage

Copy link
Copy Markdown
Contributor

This unit test is to assert the error thrown when none boolean value passed as breakOnSigint attribute to the evaluate() function.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 30, 2019
@addaleaxaddaleax added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. vm Issues and PRs related to the vm subsystem. labels May 1, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Comment threadtest/parallel/test-vm-module-errors.js Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@rpgeeganage

Copy link
Copy Markdown
ContributorAuthor

@trivikr , thanks for approving the PR.
I started contributing after watching your video Start your Node.js contribution by writing unit tests quickly with VSCode - Trivikram Kamat. Thanks for the awsome stuff.

@trivikr

Copy link
Copy Markdown
Member

@rpgeeganage Thank you! I'm happy that the video was helpful 😄

@ZYSzys

Copy link
Copy Markdown
Member

Landed in 8b78fbd 🎉

@ZYSzysZYSzys closed this May 11, 2019
ZYSzys pushed a commit that referenced this pull request May 11, 2019
PR-URL: #27503
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request May 13, 2019
PR-URL: #27503
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@BridgeARBridgeAR mentioned this pull request May 21, 2019
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.esmIssues and PRs related to the ECMAScript Modules implementation.testIssues and PRs related to the tests.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@rpgeeganage@nodejs-github-bot@trivikr@ZYSzys@Trott@addaleax