Skip to content

Commit

Permalink
Refactor old integration tests to use new integration helpers
Browse files Browse the repository at this point in the history
Lots of code movement but largely no change in functionality.
Just refactoring to use new test helpers and moving single-use workflow definitions to their corresponding test file usages.
  • Loading branch information
THardy98 committed Jan 13, 2025
1 parent 2eb587b commit b0a0c6d
Show file tree
Hide file tree
Showing 22 changed files with 1,618 additions and 1,677 deletions.
1 change: 1 addition & 0 deletions packages/test/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const bundlerOptions = {
'uuid',
'net',
'fs/promises',
require.resolve("./activities")
],
};

Expand Down
Loading

0 comments on commit b0a0c6d

Please sign in to comment.