Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader committed Oct 17, 2024
1 parent 6ab17a1 commit e0c283c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
3 changes: 2 additions & 1 deletion query-connector/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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
// 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"],
Expand Down

This file was deleted.

0 comments on commit e0c283c

Please sign in to comment.