FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/protractor-dart2js.conf.js at master · sailingcode/angular · GitHub
sailingcode
/
angular
Public
forked from
angular/angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
protractor-dart2js.conf.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (13 loc) · 639 Bytes
Breadcrumbs
angular
/
protractor-dart2js.conf.js
Copy path
File metadata and controls
18 lines (13 loc) · 639 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var
data
=
module
.
exports
=
require
(
'./protractor-shared.js'
)
;
var
config
=
data
.
config
;
config
.
baseUrl
=
'http://localhost:8002/'
;
config
.
exclude
.
push
(
'dist/js/cjs/examples/e2e_test/sourcemap/sourcemap_spec.js'
,
'dist/js/cjs/examples/e2e_test/http/http_spec.js'
,
'dist/js/cjs/examples/e2e_test/jsonp/jsonp_spec.js'
,
// TODO: remove this line when largetable dart has been added
'dist/js/cjs/benchmarks_external/e2e_test/largetable_perf.js'
,
'dist/js/cjs/benchmarks_external/e2e_test/polymer_tree_perf.js'
,
'dist/js/cjs/benchmarks_external/e2e_test/react_tree_perf.js'
)
;
data
.
createBenchpressRunner
(
{
lang
:
'dart'
}
)
;
Back
|
FazBrowse Home
|
New Git URL