mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
7d67b24c25
They were used for TreeDropdownField JavaScript tests but were never run on CI, hence have been a bit of a wasted effort. We're using a different JS unit testing solution now (geared towards React), and running Jasmine in parallel on Travis for a few test cases doesn't warrant the setup effort involved. The TreeDropdownField component will eventually move to a React solution which can be developed in a test-driven fashion.