Fix write-check by disabling verification by default, since it isn't working yet. Also add tests

This commit is contained in:
pleb
2026-03-22 20:00:16 -07:00
parent dc5023d272
commit ef7463a29a
8 changed files with 292 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"test": "tsx --test test/config.test.ts test/smoke.test.ts"
"test": "tsx --test test/config.test.ts test/smoke.test.ts test/live.offchain.test.ts"
},
"keywords": [
"nostr",