Skip to content

Commit 9c51d0d

Browse files
committed
more cleanup
1 parent 9976091 commit 9c51d0d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

packages/@react-spectrum/autocomplete/test/SearchAutocomplete.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ describe('SearchAutocomplete', function () {
144144
jest.spyOn(window.HTMLElement.prototype, 'clientWidth', 'get').mockImplementation(() => 1000);
145145
jest.spyOn(window.HTMLElement.prototype, 'clientHeight', 'get').mockImplementation(() => 1000);
146146
jest.spyOn(window.HTMLElement.prototype, 'scrollHeight', 'get').mockImplementation(() => 50);
147-
jest.spyOn(window.HTMLElement.prototype, 'scrollHeight', 'get').mockImplementation(() => 50);
148147
window.HTMLElement.prototype.scrollIntoView = jest.fn();
149148
simulateDesktop();
150149
jest.useFakeTimers();

packages/@react-spectrum/combobox/test/ComboBox.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3668,7 +3668,6 @@ describe('ComboBox', function () {
36683668
describe('mobile combobox', function () {
36693669
beforeEach(() => {
36703670
simulateMobile();
3671-
36723671
});
36733672

36743673
afterEach(() => {

packages/@react-spectrum/picker/test/Picker.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ describe('Picker', function () {
9393
expect(queryByRole('listbox')).toBeNull();
9494

9595
let picker = selectTester.trigger;
96-
// let picker = getByRole('button');
97-
// await user.click(picker);
98-
// act(() => jest.runAllTimers());
9996
await selectTester.open();
10097

10198
let listbox = selectTester.listbox;

0 commit comments

Comments
 (0)