Remove authentication example

This commit is contained in:
Steve Kinney
2024-09-30 14:21:28 -06:00
parent 1158022cfb
commit 10de585111
3 changed files with 0 additions and 31 deletions

View File

@@ -1,25 +0,0 @@
{
"name": "authentication",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevekinney/testing-javascript.git"
},
"author": "Steve Kinney <hello@stevekinney.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevekinney/testing-javascript/issues"
},
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
"devDependencies": {
"@vitest/ui": "^2.1.1",
"vite": "^5.4.5",
"vitest": "^2.1.1"
}
}

View File

@@ -1,5 +0,0 @@
export default {
test: {
environment: 'node',
},
};