Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caike/jQuery-Simple-Timer
/ numberOfTests
Function
numberOfTests
tests/qunit-2.9.2.js:3666–3668 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
3664
}
3665
3666
function
numberOfTests(module) {
3667
return
collectTests(module).length;
3668
}
3669
3670
function
numberOfUnskippedTests(module) {
3671
return
collectTests(module).filter(
function
(test) {
Callers
1
qunit-2.9.2.js
File · 0.85
Calls
1
collectTests
Function · 0.85
Tested by
no test coverage detected