mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
13
node_modules/toastr-master/tests/unit/qunit-helper.js
generated
vendored
Executable file
13
node_modules/toastr-master/tests/unit/qunit-helper.js
generated
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Hack to expose spec count from QUnit to Karma
|
||||
*/
|
||||
|
||||
var testCount = 0;
|
||||
var qunitTest = QUnit.test;
|
||||
QUnit.test = window.test = function () {
|
||||
testCount += 1;
|
||||
qunitTest.apply(this, arguments);
|
||||
};
|
||||
QUnit.begin(function (args) {
|
||||
args.totalTests = testCount;
|
||||
});
|
||||
Reference in New Issue
Block a user