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
Without the app/**/*.js the app.require-config.js gets loaded but then can't find any other app/* files, okay adding the line with the app/**/*.js karma starts, nothing gets loaded and node is just spiking the cpu , maybe it tries to load all files but nothing happens...
No errors on the console.
Karma Version: 0.10.8
The text was updated successfully, but these errors were encountered:
Without the app//.js the app.require-config.js gets loaded but then
can't find any other app/ files, okay adding the line with the
app//*.js karma starts, nothing gets loaded and node is just spiking
the cpu , maybe it tries to load all files but nothing happens...
No errors on the console.
Karma Version: 0.10.8
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/852
.
Using first time karma.
I have this test-config:
Without the
app/**/*.js
the app.require-config.js gets loaded but then can't find any other app/* files, okay adding the line with theapp/**/*.js
karma starts, nothing gets loaded and node is just spiking the cpu , maybe it tries to load all files but nothing happens...No errors on the console.
Karma Version: 0.10.8
The text was updated successfully, but these errors were encountered: