UNPKG

quixote

Version:

CSS unit and integration testing

17 lines (14 loc) 576 B
// Copyright (c) 2014 Titanium I.T. LLC. All rights reserved. For license, see "README" or "LICENSE" file. (function() { "use strict"; // Uncomment and modify the following list to cause the build to fail unless these browsers are tested. // There's no Quixote-specific configuration in this file. module.exports = [ //"IE 10.0.0 (Windows 7 0.0.0)", //"Firefox 41.0.0 (Mac OS X 10.10.0)", //"Chrome 46.0.2490 (Mac OS X 10.10.5)", //"Safari 9.0.1 (Mac OS X 10.10.5)", //"Mobile Safari 8.0.0 (iOS 8.4.0)", //"Chrome Mobile 44.0.2403 (Android 6.0.0)" ]; }());