UNPKG

fuelux

Version:

Base Fuel UX styles and controls

13 lines (11 loc) 240 B
module.exports = function (grunt) { return { source: { options: { urls: ['http://localhost:' + '<%= connectTestServerOptionsPort %>' + '/test/?coverage=true&gruntReport'], threshold: 1, globalThreshold: 1 } } } };