DefinitelyTyped/types/gently/gently-tests.ts
2017-03-24 14:27:52 -07:00

14 lines
165 B
TypeScript

import Gently = require('gently');
var g = new Gently();
g.expect(null, '', () => {
// ..
})();
g.expect(null, '', 0, () => {
// ..
})();
g.restore(null, '');