Skip to content

Commit

Permalink
Removing only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Apr 19, 2024
1 parent 2b1479e commit 18a4746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import renderToStaticMarkup from './renderToStaticMarkup';

describe('renderToStaticMarkup', () => {
it.only('renders into a string', () => {
it('renders into a string', () => {
const result = renderToStaticMarkup(
{
root: {
Expand Down

0 comments on commit 18a4746

Please sign in to comment.