Skip to content

Commit

Permalink
Write getVSAC value set (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader authored Oct 17, 2024
1 parent 5bd2d5f commit 1712c96
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 98 deletions.
6 changes: 5 additions & 1 deletion query-connector/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ const createJestConfig = nextJest({
});

// Add any custom config to be passed to Jest
// Note the test environment: this is required to provide the jest dom testing environment
// with access to the node global TextEncoder when using Request/Response, which we'll need
// for either actual use or test mocking
// See https://mswjs.io/docs/migrations/1.x-to-2.x#requestresponsetextencoder-is-not-defined-jest
const customJestConfig = {
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
testEnvironment: "jest-environment-jsdom",
testEnvironment: "jest-fixed-jsdom",
};

// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async
Expand Down
Loading

0 comments on commit 1712c96

Please sign in to comment.