How can I export launchTestNode into provider test?

I need launchTestNode to finalize my test. Currently, my solution uses relative paths, which I know are not recommended.

import { launchTestNode } from "../../../contract/src/test-utils";

Note: I ran turbo build for new dependency, but it throws an error about cylic dependency.

Closing… I found the solution.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.