Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    3a3ced17
    Correct example in contribution guidelines · 3a3ced17
    Mike Pennisi authored
    As written, the example for asserting runtime errors is written with an
    early error. Because the error is expected to be reported prior to
    program execution, the `assert.throws` function cannot be used to detect
    it.
    
    Demonstrate the usage of the helper function with a runtime error.
    3a3ced17
    History
    Correct example in contribution guidelines
    Mike Pennisi authored
    As written, the example for asserting runtime errors is written with an
    early error. Because the error is expected to be reported prior to
    program execution, the `assert.throws` function cannot be used to detect
    it.
    
    Demonstrate the usage of the helper function with a runtime error.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.