UNPKG

373 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const index_1 = require("./index");
4describe("popsicle", () => {
5 it("should export a fetch and middleware function", () => {
6 expect(index_1.fetch).toBeInstanceOf(Function);
7 expect(index_1.middleware).toBeInstanceOf(Function);
8 });
9});
10//# sourceMappingURL=index.spec.js.map
\No newline at end of file