Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman committed Oct 4, 2021
1 parent 17a5b05 commit 70b6c29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-helper.js → tests/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import Application from 'dummy/app';
import config from 'dummy/config/environment';
import * as QUnit from 'qunit';
import { setApplication } from '@ember/test-helpers';
import 'qunit-dom'; // imports types
import { setup } from 'qunit-dom';
import { start } from 'ember-qunit';

// eslint-disable-next-line
setApplication(Application.create(config.APP));

setup(QUnit.assert);
Expand Down
2 changes: 2 additions & 0 deletions types/dummy/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// https://github.com/peopledoc/ember-cli-embedded/pull/130
declare module 'dummy/app';

0 comments on commit 70b6c29

Please sign in to comment.