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
{{ message }}
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
What is the recommended way to debug this project? I made some console.log statements to see what is going on in the code. Ember CLI recognized the file change, but I'm getting:
file changed parser/tokenizer-event-handlers.js
htmlbars-tests/htmlbars-syntax/parser/tokenizer-event-handlers.js: line 126, col 5, 'console' is not defined.
The readme suggest 3 ways to run tests:
Via Ember CLI
Run: ember test --server
Ember CLI is a CI tool, so it will run tests as you change files.
On the console with PhantomJS
Run npm test.
In a browser
Run npm start.
Visit http://localhost:4200/tests/.
I have tried the last one. After running
npm startand open the browser I got error messages in the console:What is the recommended way to debug this project? I made some
console.logstatements to see what is going on in the code. Ember CLI recognized the file change, but I'm getting:file changed parser/tokenizer-event-handlers.js
htmlbars-tests/htmlbars-syntax/parser/tokenizer-event-handlers.js: line 126, col 5, 'console' is not defined.