DEV Community

Discussion on: Testing in Angular: Replace Karma to Web Test Runner

Collapse
 
sysmat profile image
Sysmat

ng 18:

SchemaValidationException [Error]: Schema validation failed with the following errors:
Data path "" must NOT have additional properties(karmaConfig).

Collapse
 
awallat profile image
André Wallat

I had the same problem. By removing the entry "karmaConfig" from the test-options in angular.json, the issue was solved.

I am however still stuck with @import-statements errors in my component stylesheets.