bf4b034027
In order to load CanvasKit, we need to add support for statically
served files. On the karma side, this is done by adding an
object [1] to the files list (example: [2]).
Then, we need to include canvaskit.js in with the karma test
files and use the callback to load canvaskit.wasm from the
correct file location.
[1] http://karma-runner.github.io/6.3/config/files.html
[2]
|
||
---|---|---|
.. | ||
common_config_settings | ||
gcs_mirror | ||
BUILD.bazel | ||
cc_binary_with_flags.bzl | ||
karma_test.bzl | ||
macros.bzl | ||
Makefile |