Skip to content

Commit

Permalink
more tests ✅
Browse files Browse the repository at this point in the history
- compute-stopovers
- compute-sorted-connections
- compute-service-breaks
  • Loading branch information
derhuerst committed Aug 30, 2020
1 parent f375c4c commit c2f4d2b
Show file tree
Hide file tree
Showing 3 changed files with 6,038 additions and 60 deletions.
2 changes: 1 addition & 1 deletion examples/compute-stopovers.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const readFile = (file) => {
}

;(async () => {
const stopovers = await computeStopovers(readFile, 'Europe/Berlin', {
const stopovers = computeStopovers(readFile, 'Europe/Berlin', {
stopTime: s => s.stop_id === 'airport',
})
for await (const stopover of stopovers) {
Expand Down
Loading

0 comments on commit c2f4d2b

Please sign in to comment.