/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
karma-modules.conf.js
20 строк
541 B
Pete Bacon Darwin
chore(modules): execute modules unit tests in one karma run
11 дек 2018, 18:40
11 дек 2018, 18:40
264819a
Код
Авторство
О чём код?
'use strict'; var sharedConfig = require('./karma-shared.conf'); module.exports = function(config) { sharedConfig(config, {testName: 'AngularJS: isolated module tests', logFile: 'karma-modules-isolated.log'}); config.set({ files: [ 'build/angular.js', 'build/angular-mocks.js', 'test/modules/no_bootstrap.js', 'test/helpers/matchers.js', 'test/helpers/privateMocks.js', 'test/helpers/support.js', 'test/helpers/testabilityPatch.js', 'build/test-bundles/angular-*.js' ] }); };