generated from Seekra/repository-template
test(settings): update test description for the unit test for the settings validator assertString function for test cases that should throw an error
This commit is contained in:
@@ -92,7 +92,7 @@ describe('assertString', () => {
|
|||||||
[' '],
|
[' '],
|
||||||
[' '],
|
[' '],
|
||||||
[' ']
|
[' ']
|
||||||
])('throws error for the value %s', ([ value ]) => {
|
])('throws an error for the value %s', ([ value ]) => {
|
||||||
expect(() => assertString(value)).throws(Error);
|
expect(() => assertString(value)).throws(Error);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user