Skip to content

Commit

Permalink
chore: remove only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Jan 1, 2023
1 parent 9f8471e commit a9fff0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/react-urx/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('components from system', () => {
Component = Comp
})

it.only('maps a property to the component', () => {
it('maps a property to the component', () => {
act(() => {
render(
<Component>
Expand Down
2 changes: 1 addition & 1 deletion test/urx/eventHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('event handler', () => {
expect(handle1).toHaveBeenCalledTimes(1)
})

it.only('unsubscribes the handle when reset', () => {
it('unsubscribes the handle when reset', () => {
const str = statefulStream(1)
const handler = eventHandler(str)
const handle = vi.fn()
Expand Down

0 comments on commit a9fff0f

Please sign in to comment.