Sha256: bfb7390fdb75d11f8dd4e2a7ebf5f84d2efe7d26ec4c303fa4932deeb45c3062

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

import { run } from '@ember/runloop';

export function runAppend(view) {
  run(view, 'appendTo', document.getElementById('qunit-fixture'));
}

export function runDestroy(toDestroy) {
  if (toDestroy) {
    run(toDestroy, 'destroy');
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

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