X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend/toastr/tests/unit
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
toastr
/
tests
/
unit
/
📁
..
📄
qunit-helper.js
(274 B)
📄
toastr-tests.js
(29.64 KB)
📄
x.js
(82 B)
Editing: qunit-helper.js
/** * 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; });
Upload File
Create Folder