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 ccc7db7 commit af01643Copy full SHA for af01643
test/ProfilingPlugin.test.js
@@ -6,6 +6,8 @@ const webpack = require("../");
6
const rimraf = require("rimraf");
7
8
describe("Profiling Plugin", function() {
9
+ jest.setTimeout(15000);
10
+
11
it("should handle output path with folder creation", done => {
12
const finalPath = "test/js/profilingPath/events.json";
13
const outputPath = path.join(__dirname, "/js/profilingPath");
0 commit comments