Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5ce4c5e

Browse files
committedJun 25, 2024·
Remove only
1 parent a13bd76 commit 5ce4c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/Components/CioAutocomplete/CioAutocomplete.server.test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('CioAutocomplete Server-Side Rendering', () => {
1717
jest.resetAllMocks();
1818
});
1919

20-
it.only("Throws an error even if we provide a ConstructorIO Client since it's not SSR supported", () => {
20+
it("Throws an error even if we provide a ConstructorIO Client since it's not SSR supported", () => {
2121
expect(() => {
2222
ReactDOMServer.renderToString(<CioAutocomplete cioJsClient={mockConstructorIOClient} />);
2323
}).not.toThrow();

0 commit comments

Comments
 (0)
Please sign in to comment.