From 620dcdde6e0e423a9343c63c7bc36d9e4301a2d8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 19 Dec 2016 12:43:47 -0500 Subject: Updated to QUnit 2.0.1. --- js_tests/admin/actions.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js_tests/admin/actions.test.js') diff --git a/js_tests/admin/actions.test.js b/js_tests/admin/actions.test.js index d26d16328c..3ff8709ec6 100644 --- a/js_tests/admin/actions.test.js +++ b/js_tests/admin/actions.test.js @@ -1,8 +1,8 @@ -/* global module, test */ +/* global QUnit */ /* eslint global-strict: 0, strict: 0 */ 'use strict'; -module('admin.actions', { +QUnit.module('admin.actions', { beforeEach: function() { // Number of results shown on page /* eslint-disable */ @@ -16,7 +16,7 @@ module('admin.actions', { } }); -test('check', function(assert) { +QUnit.test('check', function(assert) { var $ = django.jQuery; assert.notOk($('.action-select').is(':checked')); $('#action-toggle').click(); -- cgit v1.3