puppeteer/test
Paul Irish 6c7ae41ae6 fix page.injectFile and add test. (#52)
This line within `injectFile` wasn't doing much of anything: 

```js
let expression = fs.readFile(filePath, 'utf8', (err, data) => callback({err, data}));
```

* That's fixed.
* A path error in examples/features.js is fixed.
* Test added for injectFile.
2017-07-07 02:09:23 +03:00
..
assets fix page.injectFile and add test. (#52) 2017-07-07 02:09:23 +03:00
golden Implement FrameManager 2017-06-21 14:11:52 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
golden-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
StaticServer.js Support redirects in NewtorkManager 2017-06-29 18:57:07 -07:00
test.js fix page.injectFile and add test. (#52) 2017-07-07 02:09:23 +03:00