UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

11 lines (9 loc) 166 B
module.exports = function (grunt) { 'use strict'; grunt.loadNpmTasks('grunt-contrib-qunit'); grunt.initConfig({ qunit: { all: ['test/**/*.html'] } }); };