1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Updated to QUnit 2.0.1.

This commit is contained in:
Tim Graham
2016-12-19 12:43:47 -05:00
committed by GitHub
parent a85e84212e
commit 620dcdde6e
11 changed files with 709 additions and 496 deletions

View File

@@ -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();