first-passing test

merge-requests/9/merge
Michał 'rysiek' Woźniak 2021-08-25 01:18:51 +00:00
rodzic a46e307c5f
commit 3bb3124e44
3 zmienionych plików z 3054 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
var self = self || {};
var self = self || global;
self.LibResilientPlugins = new Array()
@ -12,6 +12,6 @@ const fetchPlugin = require("../../plugins/fetch.js");
describe("fetch() plugin", () => {
test("it should register in LibResilientPlugins", () => {
expect(!!self.LibResilientPlugins[0].name).toEqual('fetch');
expect(self.LibResilientPlugins[0].name).toEqual('fetch');
});
});

3051
package-lock.json wygenerowano 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -2,7 +2,7 @@
|* === Regular HTTP(S) fetch() plugin === *|
\* ========================================================================= */
var self = self || {};
var self = self || global;
/**
* this plugin does not implement any push method