Fix write-check by disabling verification by default, since it isn't working yet. Also add tests
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user