mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Add smoke tests for domain lookup: implement RDAP and WHOIS scenarios for example domains, including negative cases for RDAP-only lookups. Enhance test coverage for date parsing with non-null assertions in date tests.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
"build": "npm run clean && tsc -p tsconfig.build.json",
|
||||
"test": "tsc && node --test dist/**/*.test.js",
|
||||
"test": "npm run clean && tsc -p tsconfig.json && node --test dist/**/*.test.js",
|
||||
"lint": "biome check --write",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user