mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test(common): fix expect that does not execute
This commit is contained in:
@@ -3,6 +3,6 @@ import { randomStringGenerator } from '../../utils/random-string-generator.util'
|
||||
|
||||
describe('randomStringGenerator', () => {
|
||||
it('should generate random string', () => {
|
||||
expect(randomStringGenerator()).to.be.string;
|
||||
expect(randomStringGenerator()).to.be.a('string');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user