Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate from nodeunit to mocha #27

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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