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 bead342 commit 591ce25Copy full SHA for 591ce25
packages/babel-plugin-optimize-react/__tests__/hooks-test.js
@@ -9,7 +9,7 @@ function transform(code) {
9
}).code;
10
}
11
12
-describe('Babel plugin optimize React hooks', () => {
+describe('React hook transforms', () => {
13
it('should support transform hook imports', () => {
14
const test = `
15
import React, {useState} from "react";
0 commit comments