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 a2f1e09 commit 9f78c24Copy full SHA for 9f78c24
test/rollup/rollup.test.ts
@@ -5,6 +5,7 @@ import { rollup } from "rollup"
5
import config from "./rollup.config"
6
7
test("can be bundled using rollup", async t => {
8
+ t.timeout(200000); // milliseconds
9
const [appBundle, workerBundle] = await Promise.all([
10
rollup({
11
input: path.resolve(__dirname, "app.js"),
0 commit comments