all files / app/ember-text-highlight/tests/ addon.lint-test.js

100% Statements 13/13
100% Branches 0/0
100% Functions 4/4
100% Lines 13/13
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24                      
QUnit.module('ESLint | addon');
 
QUnit.test('addon/-private/env-detection.js', function(assert) {
  assert.expect(1);
  assert.ok(true, 'addon/-private/env-detection.js should pass ESLint\n\n');
});
 
QUnit.test('addon/-private/indices-implementation.js', function(assert) {
  assert.expect(1);
  assert.ok(true, 'addon/-private/indices-implementation.js should pass ESLint\n\n');
});
 
QUnit.test('addon/-private/regex-implementation.js', function(assert) {
  assert.expect(1);
  assert.ok(true, 'addon/-private/regex-implementation.js should pass ESLint\n\n');
});
 
QUnit.test('addon/helpers/text-highlight.js', function(assert) {
  assert.expect(1);
  assert.ok(true, 'addon/helpers/text-highlight.js should pass ESLint\n\n');
});