forked from trent_larson/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:
3
test-scripts/types.d.ts
vendored
Normal file
3
test-scripts/types.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare type AudioSampleFormat = any;
|
||||
declare type EncodedAudioChunkType = any;
|
||||
declare type ImageBufferSource = any;
|
||||
Reference in New Issue
Block a user