it('should use the first argument as the config file if it is a js file containing "chimp"', () => {
      const argv = ['not', 'applicable', 'my-chimp-file.js'];
      optionsLoader._getProcessArgv = jest.fn().mockReturnValue(argv);

      fs.existsSync = jest.fn().mockReturnValue(true);