fix loyalty card tests & "test" command 💚

This commit is contained in:
Jannis R 2022-04-03 14:29:17 +02:00
parent ae846d198d
commit 25debd10b6
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ const loyaltyCardParser = {
}
module.exports = {
loyaltyCards: cards,
parseLoyaltyCard,
loyaltyCardParser,
}

View file

@ -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"
}
}