UNPKG

@passmarked/links

Version:

Rules related to the links/assets on the page

27 lines (19 loc) 354 B
const passmarked = require('passmarked'); const _ = require('underscore') /** * Creates the actual test **/ var Test = passmarked.createTest( _.extend( {}, require('./package.json'), require('./worker.json'), { rules: require('./lib/rules') } ) ); /** * Expose the test **/ module.exports = exports = Test