Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
2d48e5e3
Commit
2d48e5e3
authored
May 13, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new scripts to test config
parent
843b2093
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
20 deletions
+22
-20
karma.conf.js
karma.conf.js
+22
-20
No files found.
karma.conf.js
View file @
2d48e5e3
module
.
exports
=
function
(
config
)
{
config
.
set
({
module
.
exports
=
function
(
config
)
{
config
.
set
({
basePath
:
'./'
,
basePath
:
'./'
,
files
:
[
'app/bower_components/angular/angular.js'
,
'app/bower_components/angular-route/angular-route.js'
,
'app/bower_components/angular-mocks/angular-mocks.js'
,
'app/components/**/*.js'
,
'app/view*/**/*.js'
],
files
:
[
'app/bower_components/angular/angular.js'
,
'app/bower_components/angular-route/angular-route.js'
,
'app/bower_components/angular-mocks/angular-mocks.js'
,
'app/components/**/*.js'
,
'app/view*/**/*.js'
,
'app/login/*.js'
,
'app/dashboard/*.js'
],
autoWatch
:
true
,
autoWatch
:
true
,
frameworks
:
[
'jasmine'
],
frameworks
:
[
'jasmine'
],
browsers
:
[
'Chrome'
],
browsers
:
[
'Chrome'
],
plugins
:
[
plugins
:
[
'karma-chrome-launcher'
,
'karma-firefox-launcher'
,
'karma-jasmine'
,
'karma-junit-reporter'
],
],
junitReporter
:
{
outputFile
:
'test_out/unit.xml'
,
suite
:
'unit'
}
junitReporter
:
{
outputFile
:
'test_out/unit.xml'
,
suite
:
'unit'
}
});
});
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment