/** * Hook for setting up the Omdb tests. * @type {Function} */ before(() => { omdb = new OmdbApi({ apiKey: process.env.OMDB_KEY }) })
/** * Hook for setting up the Omdb tests. * @type {Function} */ before(() => { omdb = new OmdbApi({ apiKey: process.env.OMDB_KEY }) })