puppeteer/utils/doclint/check_public_api
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
..
test chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
Documentation.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
index.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
JSBuilder.js chore: upgrade to TypeScript 3.7 (#5562) 2020-03-31 18:42:32 +02:00
MDBuilder.js chore(types): generate our own d.ts file from api.md (#3744) 2019-01-28 15:12:45 -08:00