Adds window.console to IE for the unit tests

This commit is contained in:
Christopher McCulloh
2017-06-29 09:53:16 -04:00
parent 208260d017
commit 495967ee06
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
define(function checkboxVisibilityModule () {
window.console = window.console || {};
return function checkboxVisibility (QUnit) {
QUnit.test('should toggle checkbox container visibility', function testVisibility (assert) {
var $container = this.$fixture.find('.checkboxToggle');

View File

@@ -1,4 +1,6 @@
define(function radioVisibilityModule () {
window.console = window.console || {};
return function radioVisibility (QUnit) {
QUnit.test('should toggle radio container visibility', function testVisibility (assert) {
var $container = this.$fixture.find('.radioToggle');