Skip to content

Commit

Permalink
Update imtd-stations.js module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley committed May 3, 2024
1 parent da8ccd2 commit 700bf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/imtd-stations.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ const flattenedData = [
{ stationId: 9525, floodWarningArea: '121WAF918', floodWarningType: 'A', direction: 'u', level: 0.7 },
{ stationId: 9525, floodWarningArea: '121FWF121', floodWarningType: 'W', direction: 'u', level: 0.7 },
{ stationId: 9525, floodWarningArea: '121FWF121', floodWarningType: 'W', direction: 'u', level: 1.25 }
];
]

module.exports = { stations, apiResponse, apiNoMatchingThresholdResponse, flattenedData, api404 };
module.exports = { stations, apiResponse, apiNoMatchingThresholdResponse, flattenedData, api404 }

0 comments on commit 700bf21

Please sign in to comment.