Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 386 Bytes

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