Skip to content

Commit

Permalink
fix: remove react dependency and use unpkg link instead (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 committed Sep 5, 2023
1 parent eff503c commit 65b04a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/time/get-running-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let estimo = require('estimo')

let { getCache, saveCache } = require('./cache')

const EXAMPLE = require.resolve('react/umd/react.production.min.js')
const EXAMPLE = 'https://unpkg.com/react@18.2.0/umd/react.production.min.js'
const EXAMPLE_TIME = 0.086 // Xiaomi Redmi 2, Snapdragon 410
const URL = 'https://discuss.circleci.com/t/puppeteer-fails-on-circleci/22650'
const JS_FILES = /\.m?js$/i
Expand Down

0 comments on commit 65b04a6

Please sign in to comment.