Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atualização do template - Karma.config.js #102

Open
raulmelo opened this issue Mar 14, 2023 · 0 comments
Open

Atualização do template - Karma.config.js #102

raulmelo opened this issue Mar 14, 2023 · 0 comments

Comments

@raulmelo
Copy link
Contributor

Adicionar o no angular.json o arquivo de configuração do karma para o angular 15.

"test": {
    "builder": "@angular-devkit/build-angular:karma",
    "options": {
      "polyfills": [
        "zone.js",
        "zone.js/testing"
      ],
      "karmaConfig": "karma.conf.js",
      "tsConfig": "tsconfig.spec.json",
      "inlineStyleLanguage": "scss",
      "assets": [
        "src/favicon.ico",
        "src/assets"
      ],
      "styles": [
        "src/styles.scss"
      ],
      "scripts": [],
      "codeCoverageExclude": [
        "**/*.module.ts"
      ]
    }
  },
@raulmelo raulmelo changed the title Atualização do template Atualização do template - Karma.config.js Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant