How to use the @parse/push-adapter.default function in @parse/push-adapter

To help you get started, we’ve selected a few @parse/push-adapter examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github parse-community / parse-server / spec / AdapterLoader.spec.js View on Github external
expect(() => {
      const adapter = loadAdapter(undefined, ParsePushAdapter, options);
      expect(adapter.constructor).toBe(ParsePushAdapter);
      expect(adapter).not.toBe(undefined);
    }).not.toThrow();
    done();

@parse/push-adapter

Base parse-server-push-adapter

MIT
Latest version published 19 days ago

Package Health Score

81 / 100
Full package analysis

Popular @parse/push-adapter functions