An open API service indexing awesome lists of open source software.

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

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.