testing/cross_backend/build_test_backend_paths.ts view source
(prefix: string): TestBackendPaths import {build_test_backend_paths} from '@fuzdev/fuz_app/testing/cross_backend/build_test_backend_paths.js'; Build the generic path layout for a cross-process test backend.
prefix is typically the BackendConfig.name (e.g. 'deno',
'rust', 'spine_stub').
prefix
stringreturns
TestBackendPaths