Release: [email protected] #7270
ci.yml
on: pull_request
Type tests
2m 25s
Matrix: Unit tests
Annotations
7 errors
Type tests:
packages/@uppy/companion/src/server/provider/google/index.js#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("got")' call instead.
|
Type tests:
packages/@uppy/companion/src/server/provider/google/index.js#L4
Module '"../providerErrors"' has no exported member 'withGoogleErrorHandling'.
|
Type tests:
packages/@uppy/companion/src/server/provider/google/drive/index.js#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("got")' call instead.
|
Type tests:
packages/@uppy/companion/src/server/provider/google/drive/index.js#L9
Module '"../../providerErrors"' has no exported member 'withGoogleErrorHandling'.
|
Type tests:
packages/@uppy/companion/src/server/provider/google/googlephotos/index.js#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("got")' call instead.
|
Type tests:
packages/@uppy/companion/src/server/provider/google/googlephotos/index.js#L4
Module '"../../providerErrors"' has no exported member 'withGoogleErrorHandling'.
|
Type tests
Process completed with exit code 1.
|