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

test: add coverage for vm: Module and SyntheticModule #31028

Closed

Commits on Dec 20, 2019

  1. test: cover vm with negative tests

    Test the impossibility of creating
    an abstract instance of the Module.
    Test of SyntheticModule to throw exception
    if invalid params in constructor
    Andrew Kuzmenko committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3735341 View commit details
    Browse the repository at this point in the history
  2. test: fix eslint and use common module for expectsError

    Fix 'max-len','no-restricted-syntax'
    (assert.throws must be envoken with at least two args)
    and useless blank lines at the end of file
    Andrew Kuzmenko committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d2ff9fa View commit details
    Browse the repository at this point in the history