puppeteer/utils/doclint/check_public_api/test
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
..
check-duplicates chore(types): lint the api docs with typescript (#3577) 2018-11-21 14:49:08 -08:00
check-returns chore(types): lint the api docs with typescript (#3577) 2018-11-21 14:49:08 -08:00
check-sorting refactor: consolidate all events in Events.js (#3772) 2019-01-14 19:57:05 -08:00
diff-arguments chore(types): lint the api docs with typescript (#3577) 2018-11-21 14:49:08 -08:00
diff-classes chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
diff-events refactor: consolidate all events in Events.js (#3772) 2019-01-14 19:57:05 -08:00
diff-methods chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
diff-properties chore(doclint): fix doclint tests (#941) 2017-10-02 15:14:57 -07:00
js-builder-common refactor: consolidate all events in Events.js (#3772) 2019-01-14 19:57:05 -08:00
js-builder-inheritance refactor: consolidate all events in Events.js (#3772) 2019-01-14 19:57:05 -08:00
md-builder-common chore(types): generate our own d.ts file from api.md (#3744) 2019-01-28 15:12:45 -08:00
.gitignore chore(doclint): move doclint tests expectations into test folders (#932) 2017-10-02 11:37:16 -07:00
test.js chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00