2016-12-15 1 views

답변

0

에서

덕분에 당신은 당신의 HTML 페이지와 카르마의 기본 HTML 페이지를 대체 할 customContextFile를 사용할 수 있습니다.
은 다음과 같습니다.

module.exports = function(config) { 
    config.set({ 
    files: [ '**/*.spec.js'], 
    customContextFile:path.resolve('index.tmpl.html'), 
    }) 
} 
관련 문제