Sha256: 85709141857584e2794c480c509f018e78d9e1322372c311a6ea853900dff5fd

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

import { compile } from '../../index';
import { moduleFor, AbstractTestCase } from 'internal-test-helpers';

moduleFor(
  'ember-template-compiler: inline-link-to',
  class extends AbstractTestCase {
    ['@test Can transform an inline {{link-to}} without error'](assert) {
      assert.expect(0);

      compile(`{{link-to 'foo' 'index'}}`, {
        moduleName: 'foo/bar/baz',
      });
    }
  }
);

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
discourse-ember-source-3.6.0.0 dist/es/ember-template-compiler/tests/plugins/transform-inline-link-to-test.js
discourse-ember-source-3.5.1.1 dist/es/ember-template-compiler/tests/plugins/transform-inline-link-to-test.js
discourse-ember-source-3.5.1.0 dist/dist/es/ember-template-compiler/tests/plugins/transform-inline-link-to-test.js