Code coverage report for lib/util/isAddon.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » lib/util/ » isAddon.js
1 2 3 41 564    
module.exports = function isAddon(path) {
  return /^ember-addon\:/i.test(path);
}