Skip to content

exercism/js-test-runner-clientside

Repository files navigation

yarn rollup -c

Then in output/index.js add at the top:

const process = {
  env: { NODE_ENV: "PRODUCTION" },
  argv: [],
  version: "",
  cwd: () => ".",
  platform: "",
};

And search for const builtInObject = [, replace Buffer with Buffer$1.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published