Write tests for utils #70
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature request
Feature description
The files under the utils directory are completely untested (though some are tested indirectly through usage in plugins). We should write tests for each file in the utils directory, testing each method/constant that is exported, similar to how we have tests for each plugin file.
How the feature is useful
Ensures we don't accidentally break the functionality of a util when shipping a change to the library.
The text was updated successfully, but these errors were encountered: