Skip to content

Commit

Permalink
add tests for validating payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Oct 4, 2024
1 parent 4c5550d commit a99af99
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 718 deletions.
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const createJestConfig = nextJest({
// Add any custom config to be passed to Jest
const config: Config = {
coverageProvider: 'v8',
testEnvironment: 'jsdom',
testEnvironment: 'node',

// Add more setup options before each test is run
// setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
};
Expand Down
Loading

0 comments on commit a99af99

Please sign in to comment.