forked from jsnbuchanan/crowd-funder-for-time-pwa
feat(test-scripts): add registration attempt to TypeScript DID generator
- Added registration attempt to TypeScript DID generator to match Python version - Added node-fetch and types for HTTP request - Both scripts now show same UNREGISTERED_USER error from server - Cleaned up package.json devDependencies formatting
This commit is contained in:
@@ -70,12 +70,9 @@ echo "\nTesting Other Routes:"
|
||||
# Test claim routes
|
||||
echo "\nTesting Claim Routes:"
|
||||
test_link "timesafari://claim/01JMAAFZRNSRTQ0EBSD70A8E1H"
|
||||
test_link "timesafari://claim/01JMAAFZRNSRTQ0EBSD70A8E1H?view=details"
|
||||
test_link "timesafari://claim-cert/01JMAAFZRNSRTQ0EBSD70A8E1H"
|
||||
|
||||
echo "\nTesting Additional Claim Routes:"
|
||||
test_link "timesafari://claim/123?view=certificate"
|
||||
test_link "timesafari://claim/123?view=raw"
|
||||
test_link "timesafari://claim-add-raw/123?claimJwtId=jwt123"
|
||||
|
||||
# Test project routes
|
||||
|
||||
Reference in New Issue
Block a user