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.