Skip to content

test: exercise EE function type checking paths

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/ee-test into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

This commit adds tests for on(), once(), removeListener(), and prependOnceListener(), which all throw a TypeError if the listener argument is not a function.

Merge request reports

Loading