chore(deps): bump @nextcloud/files from 3.1.1 to 3.3.1 #1445
Annotations
3 errors
tests/javascript/unit/components/EntityTable/EntityTable.spec.js:
src/components/Attachments.vue#L2
SyntaxError: Named export 'CancelablePromise' not found. The requested module 'cancelable-promise' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'cancelable-promise';
const { CancelablePromise } = pkg;
❯ src/components/Attachments.vue:2:31
|
test
Process completed with exit code 1.
|
test-summary
Process completed with exit code 1.
|