mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-23 00:16:25 +01:00
test(server-impl): remove focus on test (#674)
This commit is contained in:
parent
71eb88c847
commit
97b2c4985b
@ -108,7 +108,7 @@ test('should not create a server using create()', async t => {
|
|||||||
t.true(typeof server === 'undefined');
|
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({
|
const { server, stop } = await serverImpl.start({
|
||||||
port: 0,
|
port: 0,
|
||||||
getLogger,
|
getLogger,
|
||||||
|
Loading…
Reference in New Issue
Block a user