puppeteer/src
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
..
.eslintrc.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Accessibility.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
api.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Browser.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
BrowserFetcher.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Connection.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Coverage.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
DeviceDescriptors.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Dialog.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
DOMWorld.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
EmulationManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Errors.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Events.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
ExecutionContext.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
externs.d.ts chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
FrameManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
helper.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Input.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
JSHandle.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Launcher.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
LifecycleWatcher.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Multimap.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
NetworkManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Page.js chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
PipeTransport.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
protocol.d.ts chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Puppeteer.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Target.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
TaskQueue.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
TimeoutSettings.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Tracing.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
USKeyboardLayout.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
WebSocketTransport.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Worker.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00