UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

16 lines (14 loc) 212 B
module.exports = function (grunt) { 'use strict'; grunt.loadNpmTasks('grunt-mocha'); grunt.initConfig({ mocha: { test: { src: ['test/**/*.html'], options: { run: true } } } }); };