mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:51:06 +08: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