We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86a176 commit 936f444Copy full SHA for 936f444
src/backend/__tests__/helpers.test.ts
@@ -75,7 +75,7 @@ describe('AST Unit Tests', () => {
75
expect(getHooksNames(elementType)).toEqual(['testCount', 'setTestCount']);
76
});
77
78
- it('Should output the right number of properties when taking in multiple function definitions', () => {
+ it('Should output the right number of properties when given multiple hooks', () => {
79
const elementType = `function SingleUseFakeComponent() {
80
const [testCount, setTestCount] = useState(0);
81
const [biscuitCount, setBiscuitCount] = useState(0);
0 commit comments