Skip to content

Commit a758283

Browse files
committed
Remove unnecessary test from computationComparisons.spec.tsx
- This was done mainly to speed up executions of unit tests.
1 parent b2e50c8 commit a758283

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/computationComparisons.spec.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ import type { RootState, Todo } from './testUtils'
1717
import { addTodo, setupStore, toggleCompleted } from './testUtils'
1818

1919
describe('Computations and re-rendering with React components', () => {
20-
const selector = createSelector(
21-
(a: number) => a,
22-
a => a
23-
)
24-
25-
test('passes', () => {
26-
console.log(selector(1))
27-
})
28-
2920
let store: ReturnType<typeof setupStore>
3021

3122
beforeEach(() => {

0 commit comments

Comments
 (0)