UNPKG

ember-test-waiters

Version:

The default blueprint for ember-cli addons.

12 lines (9 loc) 287 B
/* eslint-disable no-undef */ declare module 'qunit' { export const module: typeof QUnit.module; export const test: typeof QUnit.test; export const skip: typeof QUnit.skip; export const only: typeof QUnit.only; export const todo: typeof QUnit.todo; export default QUnit; }