mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-10 06:57:56 -05:00
Adds window.console to IE for the unit tests
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user