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. git-svn-id: https://develop.svn.wordpress.org/trunk@30989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
86db4d88fe
commit
1c68f89686
@ -5,6 +5,7 @@
|
||||
|
||||
<!-- Dependencies -->
|
||||
<script src="../../src/wp-includes/js/jquery/jquery.js"></script>
|
||||
<script src="../../src/wp-includes/js/jquery/ui/core.js"></script>
|
||||
<script src="../../src/wp-includes/js/underscore.min.js"></script>
|
||||
<script src="../../src/wp-includes/js/backbone.min.js"></script>
|
||||
<script src="../../src/wp-includes/js/zxcvbn.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user