Skip to content

Commit

Permalink
Remove only test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Feb 10, 2019
1 parent 7087e85 commit 074327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useTitles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ afterEach(() => {
container = null
})

it.only('can change title', () => {
it('can change title', () => {
act(() => {
ReactDOM.render(
<Provider title='react-title'>
Expand Down

0 comments on commit 074327b

Please sign in to comment.