// Test Angular app with Nx // Opens Karma suite nx run my-app:test // No watch // Does not open Karma suite nx run my-app:test --no-watch --no-progress --browsers=HeadlessChrome --sourceMap=false