fix loyalty card tests & "test" command ✅💚
This commit is contained in:
parent
ae846d198d
commit
25debd10b6
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ const loyaltyCardParser = {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
loyaltyCards: cards,
|
||||
parseLoyaltyCard,
|
||||
loyaltyCardParser,
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue