Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    f8e18ccd
    Remove unnecessary "include" file · f8e18ccd
    Mike Pennisi authored
    The `fnExists` function defines a generic way to determine if any number
    of values are function instances. Because it is only used by a single
    test, the additional complexity required by the generalized code (and
    the organizational drawbacks to maintaining another "include" file) are
    not justified. Remove the file and update the test to assert the
    function's existence directly.
    f8e18ccd
    History
    Remove unnecessary "include" file
    Mike Pennisi authored
    The `fnExists` function defines a generic way to determine if any number
    of values are function instances. Because it is only used by a single
    test, the additional complexity required by the generalized code (and
    the organizational drawbacks to maintaining another "include" file) are
    not justified. Remove the file and update the test to assert the
    function's existence directly.