Skip to content

Commit

Permalink
fix: add types prop
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs4 committed Jan 21, 2021
1 parent 192e0a1 commit 05d5957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* test function for `t`
* test function for `bft`
*
* @param {string} name - name of test
* @param {function} [assertion] - test code
* @param {function|Promise<void>} [assertion] - test code
*/
module.exports.test = async (name, assertion = null) => {
const log = (txt) => {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-semantic-release",
"description": "bloat-free-testrunner",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 05d5957

Please sign in to comment.