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.
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
const base = require('./base');
|
|
|
|
module.exports = {
|
|
...base,
|
|
spec: 'utils/browser/*.spec.js',
|
|
};
|