Open whortaneto opened 7 years ago
The functions accessed by the WorkerGlobalScope aren't defined in the unit test environment.
That probably can be fixed using Karma.
onmessage = function onmessage(e) { ^ ReferenceError: onmessage is not defined
The functions accessed by the WorkerGlobalScope aren't defined in the unit test environment.
That probably can be fixed using Karma.