How to use the corvid-local-server/src/testkit.startInCloneMode function in corvid-local-server

To help you get started, we’ve selected a few corvid-local-server 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 wix-incubator / corvid / packages / corvid-local-testkit / src / Index.bs.js View on Github external
startInCloneMode: (function (prim) {
      return Testkit$1.startInCloneMode(prim);
    })
};
github wix-incubator / corvid / packages / corvid-local-testkit / src / index.js View on Github external
startInCloneMode: localSite => {
    return corvidLocalServerTestkit.startInCloneMode(
      localSite[LOCAL_SITE_PATH]
    );
  }
};

corvid-local-server

MIT
Latest version published 3 years ago

Package Health Score

43 / 100
Full package analysis

Similar packages