diff options
Diffstat (limited to 'js_tests/admin/RelatedObjectLookups.test.js')
| -rw-r--r-- | js_tests/admin/RelatedObjectLookups.test.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js_tests/admin/RelatedObjectLookups.test.js b/js_tests/admin/RelatedObjectLookups.test.js index b2e2e1841b..d2fd3194bb 100644 --- a/js_tests/admin/RelatedObjectLookups.test.js +++ b/js_tests/admin/RelatedObjectLookups.test.js @@ -1,3 +1,8 @@ +/* global module, test, html_unescape, id_to_windowname, + windowname_to_id */ +/* eslint global-strict: 0, strict: 0 */ +'use strict'; + module('admin.RelatedObjectLookups'); test('html_unescape', function(assert) { |
