Sha256: 37dd43a9467e675dcec8ae27888034ef39bc6f077be8208ea430fe541853989e
Contents?: true
Size: 331 Bytes
Versions: 15
Compression:
Stored size: 331 Bytes
Contents
import { module, test } from "qunit"; import { setupTest } from "ember-qunit"; module("Unit | Controller | show", function (hooks) { setupTest(hooks); // Replace this with your real tests. test("it exists", function (assert) { let controller = this.owner.lookup("controller:show"); assert.ok(controller); }); });
Version data entries
15 entries across 15 versions & 1 rubygems