mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
0bcc5a7ad8
This commit updates all the non-Puppeteer unit tests to run using Mocha and then deletes the custom test runner framework from this repository. The documentation has also been updated.
4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
module.exports = {
|
|
reporter: 'dot',
|
|
};
|