I'm having trouble running my karma tests from grunt in linux, I'm always getting a "Uncaught ReferenceError: sap is not defined" when I run my tests, the weird thing is that from windows everything ...
Getting Uncaught ReferenceError: global is not defined with the line: var Mutation = global.MutationObserver || global.WebKitMutationObserver; in file node_modules ...