Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniellmb/angular-test-patterns
/ getFileName
Function
getFileName
spec/example.tester.js:129–131 ·
view source on GitHub ↗
(name, lang)
Source
from the content-addressed store, hash-verified
127
};
128
129
var
getFileName =
function
(name, lang) {
130
return
'example/'
+ lang.toLowerCase() +
'/'
+ name + getFileExt(lang);
131
};
132
133
// write spec files
134
var
createSpecs =
function
() {
Callers
1
createSpecs
Function · 0.85
Calls
1
getFileExt
Function · 0.85
Tested by
no test coverage detected