Skip to content

AyushBharadwaj/NewTurboModuleTesting

Repository files navigation

new-turbo-module-testing

Testing

Installation

npm install new-turbo-module-testing

Usage

import { multiply } from 'new-turbo-module-testing';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


NewTurboModuleTesting

Testing