DEV: Require uppy.js in theme_qunit_vendor.js (#14251)

The smoke test has been failing with the error:

```
TypeError: Cannot read properties of undefined (reading 'Core')
```

Since de20c46077
 and 9873a942e3 this error has been occurring,
possibly now because Uppy is required by a plugin. Adding uppy.js into
the require list for theme_qunit_vendor.js fixes the issue.
This commit is contained in:
Martin Brennan 2021-09-06 10:49:44 +10:00 committed by GitHub
parent dd4b8c2afa
commit b09688a153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
//= require mousetrap-global-bind.js
//= require rsvp.js
//= require show-html.js
//= require uppy.js
//= require buffered-proxy
//= require jquery.autoellipsis-1.0.10
//= require virtual-dom