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 = {
|
module.exports = {
|
||||||
|
loyaltyCards: cards,
|
||||||
parseLoyaltyCard,
|
parseLoyaltyCard,
|
||||||
loyaltyCardParser,
|
loyaltyCardParser,
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,6 @@
|
||||||
"build": "npm run docs",
|
"build": "npm run docs",
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "node test.js | tap-min"
|
"test": "node test/index.js | tap-min"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue