/// test("globals", () => { expect(fastly.baseURL).toBeDefined(); expect(fastly.defaultBackend).toBeDefined(); expect(fastly.env).toBeDefined(); expect(fastly.env.get).toBeDefined(); expect(fastly.getLogger).toBeDefined(); expect(fastly.enableDebugLogging).toBeDefined(); expect(fastly.getGeolocationForIpAddress).toBeDefined(); expect(fastly.includeBytes).toBeDefined(); expect(addEventListener).toBeDefined(); expect(fetch).toBeDefined(); expect(CompressionStream).toBeDefined(); expect(DecompressionStream).toBeDefined(); });