You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your effort.
but when I add the host environment to frameworks, I got an error
28 04 2021 11:13:55.774:ERROR [karma-server]: Server start failed on port 9876: Error: No provider for "framework:host-environment"! (Resolving: framework:host-environment)
Hi, thanks for your effort.
but when I add the host environment to frameworks, I got an error
28 04 2021 11:13:55.774:ERROR [karma-server]: Server start failed on port 9876: Error: No provider for "framework:host-environment"! (Resolving: framework:host-environment)
and my karma.config.js file is as follow
// https://github.com/karma-runner/karma-chrome-launcher
process.env.CHROME_BIN = require("puppeteer").executablePath();
require("dotenv").config();
module.exports = function(config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: "./",
The text was updated successfully, but these errors were encountered: