diff --git a/packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.test.tsx b/packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.vitest.tsx
similarity index 65%
rename from packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.test.tsx
rename to packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.vitest.tsx
index a92a23da73..b741866de9 100644
--- a/packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.test.tsx
+++ b/packages/hydrogen/src/components/ProductOptionsProvider/tests/ProductOptionsProvider.vitest.tsx
@@ -1,6 +1,8 @@
import React from 'react';
+import {render, screen} from '@testing-library/react';
+import userEvent from '@testing-library/user-event';
+import {ShopifyTestProviders} from '../../../utilities/tests/provider-helpers.js';
import {ProductOptionsProvider} from '../ProductOptionsProvider.client.js';
-import {mountWithProviders} from '../../../utilities/tests/shopifyMount.js';
import {getProduct} from '../../../utilities/tests/product.js';
import {useProductOptions} from '../../../hooks/useProductOptions/index.js';
import {
@@ -11,18 +13,21 @@ import {
describe('