Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Mar 28, 2023
1 parent 097999e commit c4df77f
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 654 deletions.
2 changes: 1 addition & 1 deletion cypress-demo/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {defineConfig} = require("cypress");
const {lighthouse, prepareAudit} = require("@cypress-audit/lighthouse")
const fs = require("fs");
const path = require("path");
const aggregate = require("lighthouse-eco-index-aggregator/src/main");
const aggregate = require("../src/main");
const lighthouseOutputPathDir = path.join(__dirname, "reports/lighthouse");
const ecoIndexOutputPathDir = path.join(__dirname, "reports/ecoindex");
const globalOutputPathDir = path.join(__dirname, "reports");
Expand Down
Loading

0 comments on commit c4df77f

Please sign in to comment.