Skip to content

Commit

Permalink
Merge pull request #27 from taskcluster/matt-boris/mocha
Browse files Browse the repository at this point in the history
chore: migrate from nodeunit to mocha
  • Loading branch information
matt-boris authored Jul 20, 2023
2 parents f6fa9ba + 182236c commit 038be2a
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 1,744 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "URL-safe base64 UUID encoder for generating 22 character slugs",
"license": "MIT",
"scripts": {
"test": "nodeunit slugid_test.js",
"test": "mocha",
"test-nobuffer": "NO_BUFFER=1 yarn test"
},
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/slugid.git"
},
"types": "index.d.ts",
"types": "./src/index.d.ts",
"bugs": {
"url": "https://github.com/taskcluster/slugid/issues"
},
Expand All @@ -23,6 +23,6 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"nodeunit": "^0.11.3"
"mocha": "^10.2.0"
}
}
262 changes: 0 additions & 262 deletions slugid_test.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 038be2a

Please sign in to comment.