puppeteer/utils
Jack Franklin 6522e4f524
chore: Use expect for assertions (#5581)
Rather than use our own custom expect library, we can use expect from npm [1], which has an API almost identical to the one Puppeteer has, but with more options, better diffing, and is used by many in the community as it's the default assertions library that comes with Jest.

It's also thoroughly documented [2].

[1]: https://www.npmjs.com/package/expect
[2]: https://jestjs.io/docs/en/expect
2020-04-03 13:22:55 +02:00
..
browser chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
doclint chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
flakiness-dashboard chore(flaky): save build result (#4819) 2019-08-08 20:53:12 -07:00
protocol-types-generator chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
testrunner chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
testserver chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
apply_next_version.js chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
bisect.js chore(bisect): inherit parent ENV when launching script (#4842) 2019-08-13 16:28:09 -07:00
check_availability.js chore: improve //utils/check_availability.js (#4770) 2019-07-29 14:29:50 -07:00
ESTreeWalker.js feat(launcher): add experimental "transport" option to pptr.connect (#3265) 2018-09-20 11:55:23 -07:00
fetch_devices.js fix(devicedescriptors): fix UA in DeviceDescriptors (#2741) 2018-06-14 13:55:09 -07:00
prepare_puppeteer_core.js feat: make it possible to run install.js script with puppeteer-core (#5325) 2020-01-28 13:08:13 +01:00