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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ addressing a single deprecation at a time, and prevents backsliding
60
60
61
61
4. Run your test suite\*with`ember test --server`.
62
62
5. Navigate to your tests (default: http://localhost:7357/)
63
-
6. Run `deprecationWorkflow.flushDeprecations()`in your browsers console.
63
+
6. Run `deprecationWorkflow.flushDeprecations()`in your browsers console.Or`flushDeprecations({ handler: 'log' })`if you want a different [handler](#handlers) than the default of`silence`.
64
64
7. Copy the string output and overwrite the content of`app/deprecation-workflow.js`.
65
65
66
66
In Chrome, use right click → "Copy string contents" to avoid escape characters.
0 commit comments