test('will get from PORT', () => {
    process.env.PORT = '1';
    expect(getPort()).toBe('1');
  });