DEV: Autofix (w/ manual follow up) various qunit lints (#29950)

This commit is contained in:
Jarek Radosz
2024-11-27 13:02:55 +01:00
committed by GitHub
parent e4bb727d33
commit 5db0eba0a8
58 changed files with 444 additions and 487 deletions

View File

@ -22,6 +22,6 @@ module("Integration | Component | da-date-time-field", function (hooks) {
);
await fillIn("input", "2023-10-03T12:34");
assert.ok(this.field.metadata.value !== null);
assert.notStrictEqual(this.field.metadata.value, null);
});
});