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: fish/chromium.fish
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ end
207
207
208
208
209
209
# dt. rpp
210
-
alias rppunit 'npm test -- --skip-ninja front_end/panels/timeline/ front_end/models/trace front_end/ui/legacy/components/perf_ui front_end/models/cpu_profile front_end/services/trace_bounds'
210
+
alias rppunit 'npm test -- --skip-ninja front_end/panels/timeline/ front_end/models/trace front_end/ui/legacy/components/perf_ui front_end/models/cpu_profile front_end/services/trace_bounds front_end/models/ai_assistance/'
211
211
alias rppunit-debug 'npm test -- front_end/panels/timeline/ front_end/models/trace front_end/ui/legacy/components/perf_ui --debug'
212
212
alias rppinter 'npm run test -- test/e2e/performance/'
213
213
alias rppe2e 'npm run test -- test/e2e/performance/'
@@ -255,6 +255,8 @@ end
255
255
alias upload 'git cl format --js && git status --porcelain=v2 && git cl upload'
256
256
257
257
abbr gcert 'gcert-local'
258
+
# copy a diff-looking thing (like our karma diffs) to clipboard and this'll run em through delta. Could be improved for multiline strings but.. requires lotta lines.
0 commit comments