-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestem.json
More file actions
27 lines (26 loc) · 1.07 KB
/
testem.json
File metadata and controls
27 lines (26 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"framework": "jasmine",
"src_files": [
"bower_components/jquery/dist/jquery.js",
"bower_components/angular/angular.js",
"bower_components/angucomplete-alt/angucomplete-alt.js",
"bower_components/angular-animate/angular-animate.js",
"bower_components/angular-cookies/angular-cookies.js",
"bower_components/angular-resource/angular-resource.js",
"bower_components/angular-route/angular-route.js",
"bower_components/angular-sanitize/angular-sanitize.js",
"bower_components/angular-touch/angular-touch.js",
"bower_components/bootstrap/dist/js/bootstrap.js",
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
"bower_components/angular-mocks/angular-mocks.js",
"bower_components/marked/lib/marked.js",
"bower_components/angular-md/dist/angular-md.js",
"http://www.parsecdn.com/js/parse-1.6.7.min.js",
"app/scripts/**/*.js",
"test/spec/**/createproblem.js",
"test/spec/**/dashboard.js",
"test/spec/**/problems.js",
"test/spec/**/problem.js"
],
"src_files_ignore": "app/scripts/**/xparse-services.js"
}