Skip to content

Commit

Permalink
update test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 10, 2024
1 parent 8015d34 commit c6dbbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/issue_100.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { describe, expect, it } from 'vitest';
import { memoize } from 'proxy-memoize';

describe('#100', () => {
it('should select correctly', () => {
describe('Static props prevents selectors recall (#100)', () => {
it('should select correctly with nested selectors', () => {
type State = {
book1: {
staticProp: string;
Expand Down

0 comments on commit c6dbbe6

Please sign in to comment.