1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

test(server-impl): remove focus on test (#674)

This commit is contained in:
Laurent Dezitter 2020-12-17 03:41:19 -05:00 committed by GitHub
parent 71eb88c847
commit 97b2c4985b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ test('should not create a server using create()', async t => {
t.true(typeof server === 'undefined');
});
test.only('should shutdown the server when calling stop()', async t => {
test('should shutdown the server when calling stop()', async t => {
const { server, stop } = await serverImpl.start({
port: 0,
getLogger,