UNPKG

@tdurtschi/bug

Version:

Bug is a simulation that models a weevil walking around in an HTML canvas.

7 lines 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function () { return ({ togglePause: jasmine.createSpy("pause"), start: jasmine.createSpy("start") }); }); //# sourceMappingURL=fakeUI.js.map