From 25debd10b6bcfa9a95182099a24098bc8ed3fe36 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 3 Apr 2022 14:29:17 +0200 Subject: [PATCH] =?UTF-8?q?fix=20loyalty=20card=20tests=20&=20"test"=20com?= =?UTF-8?q?mand=20=E2=9C=85=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/loyalty-cards.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/loyalty-cards.js b/lib/loyalty-cards.js index 21a8883..ed55127 100644 --- a/lib/loyalty-cards.js +++ b/lib/loyalty-cards.js @@ -31,6 +31,7 @@ const loyaltyCardParser = { } module.exports = { + loyaltyCards: cards, parseLoyaltyCard, loyaltyCardParser, } diff --git a/package.json b/package.json index 227c025..1f8c8ec 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "build": "npm run docs", "start": "node index.js", "lint": "eslint .", - "test": "node test.js | tap-min" + "test": "node test/index.js | tap-min" } }