apps/docs/src/guide/testing/basic-example.md
Let's use launchTestNode with the counter contract from the Fuel dApp tutorial.
Note: you will have to change the import paths of the contract factory and bytecode to match your folder structure.
<<< @./snippets/launching-a-test-node.ts#basic-example{ts:line-numbers}
launched variable was instantiated with the using keyword.launchTestNode spun up a short-lived fuel-core node, deployed a contract to it and returned it for testing.launchTestNode's type-level integration with typegen outputs.