Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
todomvc
Commits
d3e1ac8b
Commit
d3e1ac8b
authored
May 17, 2013
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #563 from txmikester/angular-test-fix
Fixed broken AngularJS test runner
parents
7a337a58
57d0c3ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
architecture-examples/angularjs/test/config/testacular.conf.js
...tecture-examples/angularjs/test/config/testacular.conf.js
+2
-2
architecture-examples/angularjs/test/package.json
architecture-examples/angularjs/test/package.json
+11
-10
No files found.
architecture-examples/angularjs/test/config/testacular.conf.js
View file @
d3e1ac8b
...
@@ -3,8 +3,8 @@ basePath = '../../';
...
@@ -3,8 +3,8 @@ basePath = '../../';
files
=
[
files
=
[
JASMINE
,
JASMINE
,
JASMINE_ADAPTER
,
JASMINE_ADAPTER
,
'
components/angular/angular.js
'
,
'
bower_
components/angular/angular.js
'
,
'
components/angular-mocks/angular-mocks.js
'
,
'
bower_
components/angular-mocks/angular-mocks.js
'
,
'
js/**/*.js
'
,
'
js/**/*.js
'
,
'
test/unit/**/*.js
'
'
test/unit/**/*.js
'
];
];
...
...
architecture-examples/angularjs/test/package.json
View file @
d3e1ac8b
{
{
"name"
:
"todomvc-angular-tests"
,
"name"
:
"todomvc-angular-tests"
,
"description"
:
"Unit tests for the AngularJS example of TodoMVC"
,
"description"
:
"Unit tests for the AngularJS example of TodoMVC"
,
"author"
:
"Pascal Hartig <phartig@rdrei.net>"
,
"author"
:
"Pascal Hartig <phartig@rdrei.net>"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"devDependencies"
:
{
"devDependencies"
:
{
"testacular"
:
"~ 0.4.0"
"karma"
:
"~0.8.5"
},
},
"scripts"
:
{
"scripts"
:
{
"test"
:
"testacular start config/testacular.conf.js"
"test"
:
"karma start config/testacular.conf.js"
}
},
"dependencies"
:
{}
}
}
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