Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
yarn -> npm, small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxolofsson1 committed Dec 16, 2022
1 parent c01e6aa commit 4448956
Show file tree
Hide file tree
Showing 4 changed files with 8,941 additions and 3,791 deletions.
18 changes: 8 additions & 10 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ export function start({recipes, startServer = true}) {
return app;
}

export default {
testHelpers: {
fakeCloudTask,
fakePubSub,
fakeGcpAuth,
buildMessage,
assertRejected,
assertRetry,
buildContext
}
export const testHelpers = {
fakeCloudTask,
fakePubSub,
fakeGcpAuth,
buildMessage,
assertRejected,
assertRetry,
buildContext
};
Loading

0 comments on commit 4448956

Please sign in to comment.