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:
parent
71eb88c847
commit
97b2c4985b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user