puppeteer/mocha-config/doclint-tests.js
jrandolf 8ff9d598bf
chore(deps): update deps
Signed-off-by: Randolf Jung <jrandolf@chromium.org>

Co-authored-by: Randolf Jung <jrandolf@chromium.org>
2022-02-09 14:49:25 +00:00

7 lines
107 B
JavaScript

const base = require('./base.js');
module.exports = {
...base,
spec: 'utils/doclint/**/*.spec.js',
};