Code coverage report for src\index.js

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

All files » src/ » index.js
1 2 3 4 5 61 1        
export function configure(config) {
  config.globalResources(
    './syntax-highlighter'
  );
}