Page MenuHomePhorge

changes to js files should always invoke PhabricatorCelerityTestCase
Open, HighPublic

Description

e.g. D25134, which didn't run the celerity tests.

Revisions and Commits

Event Timeline

avivey triaged this task as High priority.Apr 26 2023, 10:10
avivey created this task.

I think the reason is, I touched this file:

webroot/rsrc/js/core/behavior-drag-and-drop-textarea.js

But the test is in this file:

./src/__tests__/PhabricatorCelerityTestCase.php

I wonder, what could happen if we move that here:

./__tests__/PhabricatorCelerityTestCase.php