Changes between Version 1 and Version 2 of Ticket #48154, comment 20
- Timestamp:
- 01/16/2020 08:20:22 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 20
v1 v2 1 1 May be missing something but this still looks a bit broken, even after #49144. Running `npm run build` followed by `phpunit` throws lots of missing files warnings (presumably because the new `assets` dir is only in /build, but phpunit looks in /src). 2 2 3 Not sure what's the best fix. Should phpunit test /build by default, or ..?3 Not sure what's the best fix. Should phpunit test /build by default, or maybe these includes should be conditional on running from /build?