tree: 0f9fc11c1520070a2127614f0b11bbc247705c2e [path history] [tgz]
  1. tests/
  2. common.js
  3. karma.conf.js
  4. make_test.py
  5. Makefile
  6. package-lock.json
  7. package.json
  8. README.md
res/js/README.md

A set of common JS functions used across Skia Infrastructure projects.

It contains three global objects, $$, $$$, and sk.

Some functionalilty uses Promises and as such may require a Promise polyfill if your target browsers don't support Promises, such as IE 11. See http://caniuse.com/#feat=promises.

To run the tests run

make test