correct test

This commit is contained in:
Niels Lyngsø
2023-12-13 14:19:52 +01:00
parent eefb59d61a
commit 789ae93937

View File

@@ -25,7 +25,7 @@ describe('UmbInputStaticFileElement', () => {
});
it('has a value property', () => {
expect(element).to.have.property('value').that.is.a('string');
expect(element).to.have.property('value');
});
});
});