2016-12-15 7 views

答えて

0

おかげで、あなたのhtmlページでカルマの基本的なHTMLページを置き換えるためにcustomContextFileを使用することができます。
は次のようになります。

module.exports = function(config) { 
    config.set({ 
    files: [ '**/*.spec.js'], 
    customContextFile:path.resolve('index.tmpl.html'), 
    }) 
} 
関連する問題