Sha256: 4067be54876ee3f0f03430f92641415c1ef204a53eb2536ba4a30f989f24786e

Contents?: true

Size: 295 Bytes

Versions: 3

Compression:

Stored size: 295 Bytes

Contents

import { moduleFor, AbstractTestCase } from 'internal-test-helpers';

moduleFor(
  'internal-test-helpers',
  class extends AbstractTestCase {
    ['@test module present'](assert) {
      assert.ok(true, 'each package needs at least one test to be able to run through `npm test`');
    }
  }
);

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
discourse-ember-source-3.6.0.0 dist/es/internal-test-helpers/tests/index-test.js
discourse-ember-source-3.5.1.1 dist/es/internal-test-helpers/tests/index-test.js
discourse-ember-source-3.5.1.0 dist/dist/es/internal-test-helpers/tests/index-test.js