https://github.com/martijn/azure-functions-typescript-jest-example
Example: Writing and testing Azure Functions with TypeScript
https://github.com/martijn/azure-functions-typescript-jest-example
azure azure-functions example typescript
Last synced: about 1 month ago
JSON representation
Example: Writing and testing Azure Functions with TypeScript
- Host: GitHub
- URL: https://github.com/martijn/azure-functions-typescript-jest-example
- Owner: martijn
- Created: 2022-11-03T14:15:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T20:39:02.000Z (over 3 years ago)
- Last Synced: 2025-05-14T02:50:38.377Z (about 1 year ago)
- Topics: azure, azure-functions, example, typescript
- Language: TypeScript
- Homepage: https://storck.io/posts/writing-testing-azure-functions-with-typescript/
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example: Writing and testing Azure Functions with TypeScript
This repository contains the final example code related to the blog post at
https://storck.io/posts/writing-testing-azure-functions-with-typescript/
## Getting started
```
npm install
npm test
```
To run the functions locally, configure a CosmosDB instance as described in the blog post.