discourse/test/javascripts
Jarek Radosz a859d507e7
FIX: Prevent producing "undefined" strings (#10042)
Fixes a bug in search-menu-results (type: "group"), where:

```javascript
const fullName = escapeExpression(group.fullName);
const name = escapeExpression(group.name);
const groupNames = [h("span.name", fullName || name)];
```

`groupNames` could end up having value "undefined" if a group doesn't have a `fullName`.
2020-06-17 12:37:06 +02:00
..
acceptance FIX: select-kit components not being hidden. 2020-06-17 09:39:51 +08:00
admin DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
components FIX: Show tag count for existing tags (#9892) 2020-06-11 14:13:48 +03:00
controllers FIX: Keep onebox styling in edit history 2020-06-15 15:23:14 -04:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures DEV: Use consistent interpolation key format in translations 2020-06-02 19:05:10 +02:00
helpers DEV: Use consistent interpolation key format in translations 2020-06-02 19:05:10 +02:00
initializers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
lib FIX: Prevent producing "undefined" strings (#10042) 2020-06-17 12:37:06 +02:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models FIX: present correct new/unread counts when filtered by tag 2020-06-11 16:47:57 +10:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00
plugin_tests.js.erb FIX: Allow plugins to provide test directories with transpiled .js 2020-06-16 14:31:01 -04:00
test_helper.js DEV: Move Discourse.getURL and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00