tree: 1b4fc376c310ac94b5b6d1cf497be335814593b5 [path history] [tgz]
  1. tests/
  2. common.js
  3. karma.conf.js
  4. make_test.py
  5. Makefile
  6. package.json
  7. 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