Skip to content

Instantly share code, notes, and snippets.

View chebum's full-sized avatar

Ivan Nikitin chebum

View GitHub Profile
@chebum
chebum / qunitjs.d.ts
Created October 12, 2017 12:29
npm qunitjs typings
declare module "qunitjs" {
interface Assert {
/**
* Instruct QUnit to wait for an asynchronous operation.
*
* The callback returned from `assert.async()` will throw an Error if it is
* invoked more than once (or more often than the accepted call count, if
* provided).
*
* This replaces functionality previously provided by `QUnit.stop()` and