Skip to content

Commit

Permalink
Drop instrument-cra
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Mar 27, 2024
1 parent d588e38 commit c0a8438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Promise from "bluebird";
import { percyHealthCheck } from "@percy/cypress/task";
import codeCoverageTask from "@cypress/code-coverage/task";
import { defineConfig } from "cypress";
import "@cypress/instrument-cra";
// import "@cypress/instrument-cra";
import { writeFileSync } from "fs";
const { devServer } = require("@cypress/react/plugins/react-scripts");
const cypressReplay = require("@replayio/cypress");
Expand Down

0 comments on commit c0a8438

Please sign in to comment.