Skip to content

Commit 591ce25

Browse files
committed
Typo
1 parent bead342 commit 591ce25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-optimize-react/__tests__/hooks-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function transform(code) {
99
}).code;
1010
}
1111

12-
describe('Babel plugin optimize React hooks', () => {
12+
describe('React hook transforms', () => {
1313
it('should support transform hook imports', () => {
1414
const test = `
1515
import React, {useState} from "react";

0 commit comments

Comments
 (0)