Skip to content

Latest commit

 

History

History

nameguard-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NameGuard JS

Running Tests

  1. Set the environment variables documented in .example.env.

  2. Build the NameGuard SDK.

    cd /path/to/namekit/packages/nameguard-sdk
    pnpm build
  3. Install NameGuard JS dependencies.

    cd /path/to/namekit/packages/nameguard-js
    pnpm install
  4. Run the tests.

    pnpm test