Skip to content

Commit

Permalink
fix: remove sentry test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez committed Aug 19, 2024
1 parent fbce930 commit 7ebad2b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 69 deletions.
23 changes: 0 additions & 23 deletions dev/test-studio/schema/debug/error.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions dev/test-studio/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
} from './debug/deprecatedFields'
import documentActions from './debug/documentActions'
import empty from './debug/empty'
import error from './debug/error'
import experiment from './debug/experiment'
import {fieldActionsTest} from './debug/fieldActionsTest'
import fieldComponentsTest from './debug/fieldComponentsTest'
Expand Down Expand Up @@ -197,7 +196,6 @@ export const schemaTypes = [
deprecatedFields,
documentActions,
empty,
error,
experiment,
fieldActionsTest,
fieldComponentsTest,
Expand Down
1 change: 0 additions & 1 deletion dev/test-studio/structure/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const DEBUG_INPUT_TYPES = [
'documentActionsTest',
'documentWithHoistedPt',
'empty',
'error',
'fieldActionsTest',
'fieldComponentsTest',
'fieldsetsTest',
Expand Down
43 changes: 0 additions & 43 deletions test/e2e/tests/error-reporting/errorReporter.spec.ts

This file was deleted.

0 comments on commit 7ebad2b

Please sign in to comment.