Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlessner committed Dec 4, 2024
1 parent 2e38405 commit 8c8d331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('AppView', () => {
});
});

describe.only('when the app is installed', () => {
describe('when the app is installed', () => {
it('should render the app view with configuration screen', async () => {
props.sdk.app.isInstalled.mockImplementation(() => true);
const appView = render(<AppView {...props} />);
Expand Down

0 comments on commit 8c8d331

Please sign in to comment.