Skip to content

Commit

Permalink
chore: ignore lambda-function-url example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Apr 14, 2024
1 parent 115889f commit d3f81b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
],
"testPathIgnorePatterns": [
"examples/nestjs",
"examples/basic-starter-api-gateway-v2-typescript"
"examples/basic-starter-api-gateway-v2-typescript",
"examples/lambda-function-url"
]
},
"devDependencies": {
Expand Down Expand Up @@ -98,4 +99,4 @@
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
}
}
}

0 comments on commit d3f81b8

Please sign in to comment.