Skip to content

Commit

Permalink
add checker to ensure only one assertion is made
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkithelegendarypokemonster committed Jul 18, 2024
1 parent eebfc57 commit f0e26d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2538,6 +2538,8 @@ QUnit.module('Visibility of control elements', {

QUnit.module('Events', moduleConfig, () => {
QUnit.test('items sizes should be already updated when onResizeEnd is raised (T1240125)', function(assert) {
assert.expect(1);

this.reinit({
onResizeEnd: (eventArgs) => {
const newItems = eventArgs.component.option('items');
Expand Down

0 comments on commit f0e26d8

Please sign in to comment.