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