Skip to content

Commit

Permalink
rm only, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 25, 2024
1 parent 19d89ef commit 230af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UserName/tests/UserName-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import UserName from '../UserName';
import UserNameInteractor from './interactor';

describe.only('UserName', () => {
describe('UserName', () => {
setupApplication();

const userName = new UserNameInteractor();
Expand Down

0 comments on commit 230af62

Please sign in to comment.