Skip to content

Commit f36fe9e

Browse files
committed
Tests: Switch from QUnit.jsDump to QUnit.dump
`QUnit.jsDump` was renamed to `QUnit.dump` in QUnit 2.0. Ref gh-2157
1 parent 9dc2bf9 commit f36fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/position/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ QUnit.test( "positions", function( assert ) {
105105
assert.deepEqual( el.offset(), {
106106
top: start.top + offsets[ vertical ] * ( my ? -1 : 1 ),
107107
left: start.left + offsets[ horizontal ] * ( my ? -1 : 1 )
108-
}, "Position via " + QUnit.jsDump.parse( { my: _my, at: _at } ) );
108+
}, "Position via " + QUnit.dump.parse( { my: _my, at: _at } ) );
109109
} );
110110
} );
111111
} );

0 commit comments

Comments
 (0)