()
| 54 | const forcedDockerBundling = !!env.FORCE_DOCKER_RUN || !cargoLambdaVersion(); |
| 55 | |
| 56 | const getTestManifestPath = () => { |
| 57 | return getManifestPath({ manifestPath: path.join(__dirname, 'fixtures/single-package/Cargo.toml') }); |
| 58 | }; |
| 59 | |
| 60 | const templateWithProps = (props?: RustFunctionProps) => { |
| 61 | const app = new App(); |
no test coverage detected