Skip to content

Commit cfc0ba0

Browse files
robhoganfacebook-github-bot
authored andcommitted
Re-enable InspectorProxy* Jest tests (#42682)
Summary: Pull Request resolved: #42682 Since D53125777, these should be safe to re-enable Changelog: [Internal] Re-enable dev-middleware InspectorProxy* tests Reviewed By: huntie Differential Revision: D53125778 fbshipit-source-id: 38911b5d6f424b46d33bb4dace18c892dc5c8c1a
1 parent 2055ca0 commit cfc0ba0

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

packages/dev-middleware/src/__tests__/InspectorProxyCdpRewritingHacks-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ beforeAll(() => {
4040
jest.resetModules();
4141
});
4242

43-
// TODO T169943794
44-
xdescribe.each(['HTTP', 'HTTPS'])(
43+
describe.each(['HTTP', 'HTTPS'])(
4544
'inspector proxy CDP rewriting hacks over %s',
4645
protocol => {
4746
const serverRef = withServerForEachTest({

packages/dev-middleware/src/__tests__/InspectorProxyCdpTransport-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jest.useRealTimers();
2323

2424
jest.setTimeout(10000);
2525

26-
// TODO T169943794
27-
xdescribe.each(['HTTP', 'HTTPS'])(
26+
describe.each(['HTTP', 'HTTPS'])(
2827
'inspector proxy CDP transport over %s',
2928
protocol => {
3029
const serverRef = withServerForEachTest({

packages/dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ const PAGES_POLLING_DELAY = 1000;
2424

2525
jest.useFakeTimers();
2626

27-
// TODO T169943794
28-
xdescribe('inspector proxy HTTP API', () => {
27+
describe('inspector proxy HTTP API', () => {
2928
const serverRef = withServerForEachTest({
3029
logger: undefined,
3130
projectRoot: '',

packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jest.useRealTimers();
2323

2424
jest.setTimeout(10000);
2525

26-
// TODO T169943794
27-
xdescribe('inspector proxy React Native reloads', () => {
26+
describe('inspector proxy React Native reloads', () => {
2827
const serverRef = withServerForEachTest({
2928
logger: undefined,
3029
projectRoot: '',

0 commit comments

Comments
 (0)