Make WordPress Core

Changeset 30989


Ignore:
Timestamp:
12/23/2014 12:16:52 AM (10 years ago)
Author:
jorbin
Message:

Add jQuery UI Core as a dependency for qUnit tests

[30919] added more qUnit tests for the Customizer. One of the dependencies for these tests is qUnit. Otherwise we end up with an error due to an unsupported pseudo.

https://travis-ci.org/aaronjorbin/develop.wordpress/jobs/44873635#L425 shows an example of the failing test.

Props ocean90.
see #30701.
Fixes #30754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r30919 r30989  
    66  <!-- Dependencies -->
    77  <script src="../../src/wp-includes/js/jquery/jquery.js"></script>
     8  <script src="../../src/wp-includes/js/jquery/ui/core.js"></script>
    89  <script src="../../src/wp-includes/js/underscore.min.js"></script>
    910  <script src="../../src/wp-includes/js/backbone.min.js"></script>
Note: See TracChangeset for help on using the changeset viewer.