Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ describe('Index Page', function() {
describe('Trains API', function() {
it("returns data successfully", function(done) {
request(app).get('/trains').expect(200).expect('Content-Length', '1093').expect('Content-Type', /json/, done); ;

Master is added newly-LTN
Master is added newly-LTN 2
Master is added newly - LTN -3
})
})
})
4 changes: 3 additions & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ block content
#trainInfo
strong <span id='trainName'></span>
#trainSchedule
strong Select a train to view its current schedule.
strong Select a train to view its current schedule.

Master is added newly -LTN