1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

kick build

This commit is contained in:
sighphyre 2023-03-08 15:12:16 +02:00
parent 068c55a925
commit 3358d4a8cc
No known key found for this signature in database
GPG Key ID: 272209E090ED6733

View File

@ -94,6 +94,7 @@ test('Should create default user', async () => {
await service.initAdminUser(); await service.initAdminUser();
const user = await service.loginUser('admin', 'unleash4all'); const user = await service.loginUser('admin', 'unleash4all');
console.log('kicks the build server');
expect(user.username).toBe('admin'); expect(user.username).toBe('admin');
}); });