UNPKG

simplebuild-karma

Version:
13 lines (9 loc) 260 B
// Copyright (c) 2015 Titanium I.T. LLC. All rights reserved. For license, see "README" or "LICENSE" file. (function() { "use strict"; describe("Client test", function() { it("runs in Karma", function() { //throw new Error("fail!"); }); }); }());