# Snapshot report for `lib/openapi-path-to-express-path.test.js`

The actual snapshot is saved in `openapi-path-to-express-path.test.js.snap`.

Generated by [AVA](https://avajs.dev).

## /

> Snapshot 1

    '/'

## /api/iconsets/v3/categories?platform={platform}&language={language}

> Snapshot 1

    '/api/iconsets/v3/categories'

## /users

> Snapshot 1

    '/users'

## /users/{userId}/posts/{postId}

> Snapshot 1

    '/users/:userId/posts/:postId'

## /{foo}/{bar}

> Snapshot 1

    '/:foo/:bar'

## foo

> Snapshot 1

    'foo'
