summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/mocha-config/coverage-tests.js
blob: 6814f404cf0929eff81b0b1dc7de33a8c029cac5 (plain)
1
2
3
4
5
6
const base = require('./base');

module.exports = {
  ...base,
  spec: 'test/assert-coverage-test.js',
};