Skip to content

Commit f82b8d7

Browse files
committed
Update index.spec.js
1 parent 2d3318c commit f82b8d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugin/index.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const createPath = (filename) =>
77
const readFixture = (filename) => fs.readFileSync(filename, "utf-8");
88

99
describe("transform", () => {
10+
beforeEach(() => {
11+
jest.setTimeout(30000);
12+
});
13+
1014
it("export default", async () => {
1115
const filename = "app-export-default.jsx";
1216
const filePath = createPath(filename);

0 commit comments

Comments
 (0)