mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
JSHint assertions.js
Mark all functions as exported
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* exported exists, count, present, blank, containsInstance, not */
|
||||
// Test helpers
|
||||
function exists(selector) {
|
||||
return !!count(selector);
|
||||
|
||||
Reference in New Issue
Block a user