[]
= "Run stack-profile Node.js integration tests"
= "{{config_root}}/packages/stack-profile/node"
= [
"npm install",
"cargo build -p stack-profile-node",
"cp ../../../target/debug/libstack_profile_node.dylib stack-profile-node.node 2>/dev/null || cp ../../../target/debug/libstack_profile_node.so stack-profile-node.node",
"npx vitest run",
]