Skip to content

Commit 12cf4ce

Browse files
committed
fix: update test to reflect new namespace for react-aria components
1 parent 2e0fcbf commit 12cf4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria-nutrient/ssr/test/SSRProvider.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('SSRProvider', function () {
129129
let env = process.env.NODE_ENV;
130130
process.env.NODE_ENV = 'test';
131131
let tree = render(<Test />);
132-
expect(/^react-aria-/.test(tree.getByTestId('test').id)).toBe(true);
132+
expect(/^@react-aria-nutrient\/react-aria-/.test(tree.getByTestId('test').id)).toBe(true);
133133
process.env.NODE_ENV = env;
134134
});
135135
});

0 commit comments

Comments
 (0)