Skip to content

Commit

Permalink
Use Node test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 2, 2022
1 parent 81314f3 commit 6cd01d4
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 379 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from 'node:fs'
import process from 'node:process'
import {doubleMetaphone} from './index.js'

/** @type {Object.<string, unknown>} */
/** @type {Record<string, unknown>} */
const pack = JSON.parse(
String(fs.readFileSync(new URL('package.json', import.meta.url)))
)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
],
"devDependencies": {
"@types/node": "^18.0.0",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"prettier": "^2.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^3.0.0",
"typescript": "^4.0.0",
"xo": "^0.52.0"
},
Expand Down
Loading

0 comments on commit 6cd01d4

Please sign in to comment.