This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ var addLinkToSourceCode = function(doc) {
21
21
return ;
22
22
}
23
23
var template = _ . template ( 'https://github.com/angular/protractor/blob/' +
24
- '<%= linksHash %>/lib/<%= fileName %>.js ' ) ;
24
+ '<%= linksHash %>/lib/<%= fileName %>.ts ' ) ;
25
25
26
26
doc . sourceLink = template ( {
27
27
linksHash : linksHash ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('add-links', function() {
22
22
addLinks ( [ doc ] ) ;
23
23
expect ( doc . sourceLink ) . toBe ( 'https://github.com/angular/protractor/' +
24
24
'blob/' + require ( '../../../package.json' ) . version + '/lib/' +
25
- 'protractor.js ' ) ;
25
+ 'protractor.ts ' ) ;
26
26
} ) ;
27
27
28
28
it ( 'should add links to types' , function ( ) {
@@ -255,7 +255,7 @@ describe('add-links', function() {
255
255
toBe ( 'A promise located {@code Web Elements}.' ) ;
256
256
} ) ;
257
257
258
- it ( 'should remove extraneous chatacters from @link links' , function ( ) {
258
+ it ( 'should remove extraneous characters from @link links' , function ( ) {
259
259
// Given a doc with a @link annotation.
260
260
var docs = [
261
261
{
You can’t perform that action at this time.
0 commit comments