Add some examples for strict equality

This commit is contained in:
Steve Kinney
2024-09-29 16:54:37 -06:00
parent 8f4ba6690c
commit 240bfb6dde
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "strictly-speaking",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vitest --ui",
"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"
}
}