Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integ-test: Introduce .NET integration tests #39

Open
vlesierse opened this issue Jan 3, 2024 · 0 comments
Open

integ-test: Introduce .NET integration tests #39

vlesierse opened this issue Jan 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vlesierse
Copy link
Contributor

Current integration tests are build using TypeScript. As the construct is focused towards a .NET development experience, the integration tests should reflex that as well.

An example of a possible test would be;

new DotNetFunction(this, "Function", new DotNetFunctionProps {
  ProjectDir = "src/MyFunction"
});
@vlesierse vlesierse added the enhancement New feature or request label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant