Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Aug 8, 2022
1 parent 88bf973 commit cb50040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/test/browser/hooks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('React-18-hooks', () => {
expect(scratch.innerHTML).to.equal('<p>value: 1</p>');
});

it.only('works with useCallback', () => {
it('works with useCallback', () => {
let toggle;
const App = () => {
const [state, setState] = useState(true);
Expand Down

0 comments on commit cb50040

Please sign in to comment.