Skip to content

Commit

Permalink
updated ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 committed Oct 4, 2023
1 parent f5cb201 commit 0b55227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-resize-images/functions/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
preset: "ts-jest",
setupFiles: ["<rootDir>/__tests__/jest.setup.ts"],
testMatch: ["**/__tests__/*.test.ts"],
testPathIgnorePaterns: ["**/__tests__/*.test.ts"],
testPathIgnorePaterns: ["**/__tests__/vulnerability.test.ts"],
moduleNameMapper: {
"firebase-admin/eventarc":
"<rootDir>/node_modules/firebase-admin/lib/eventarc",
Expand Down

0 comments on commit 0b55227

Please sign in to comment.