MCPcopy 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
129var getFileName = function (name, lang) {
130 return 'example/' + lang.toLowerCase() + '/' + name + getFileExt(lang);
131};
132
133// write spec files
134var createSpecs = function () {

Callers 1

createSpecsFunction · 0.85

Calls 1

getFileExtFunction · 0.85

Tested by

no test coverage detected