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 2d3318c commit f82b8d7Copy full SHA for f82b8d7
src/plugin/index.spec.js
@@ -7,6 +7,10 @@ const createPath = (filename) =>
7
const readFixture = (filename) => fs.readFileSync(filename, "utf-8");
8
9
describe("transform", () => {
10
+ beforeEach(() => {
11
+ jest.setTimeout(30000);
12
+ });
13
+
14
it("export default", async () => {
15
const filename = "app-export-default.jsx";
16
const filePath = createPath(filename);
0 commit comments