Installation
Add @sigx/lynx-testing to your project.
Install the package
pnpm add @sigx/lynx-testing
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as Testing from '@sigx/lynx-testing';
console.log(Object.keys(Testing));
