From 6d2b62823e8a19abd022facf0b18c9d4b755e85f Mon Sep 17 00:00:00 2001 From: Damian Krzeminski Date: Tue, 19 May 2020 08:06:00 +0200 Subject: [PATCH] add Timberline Lodge lifts to the test the test is still failing since we did not implement the parsers yet --- test/resorts/timberline-lodge.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/resorts/timberline-lodge.js b/test/resorts/timberline-lodge.js index 3018629b..cbc2451f 100644 --- a/test/resorts/timberline-lodge.js +++ b/test/resorts/timberline-lodge.js @@ -11,7 +11,9 @@ describe('parse timberline-lodge', function() { stream.on('error', done); stream.pipe(parser(parse, function(err, status) { var expected = { - 'lift 1': 'open', + 'STORMIN’ NORMAN': 'open', + 'MAGIC MILE': 'open', + 'PALMER': 'scheduled' }; should.exist(status); status.should.eql(expected);