You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closesbramus#24
Standalone tests were all using instances of Specificity
instead of the actual standalone functions. Removed all
the `Specificity.` prefixes after which the tests still
run successfully.
Noticed this while implementing #23 in
test/standalone.js
:Where I think that it should be this instead:
Removing the
Specificity.
part still makes the tests pass. Happy to create a PR if this is the correct way.The text was updated successfully, but these errors were encountered: