|
@@ -20,7 +20,9 @@ export default class Google extends Plugin {
|
|
// merge default options with the ones set by user
|
|
// merge default options with the ones set by user
|
|
this.opts = Object.assign({}, defaultOptions, opts)
|
|
this.opts = Object.assign({}, defaultOptions, opts)
|
|
|
|
|
|
-
|
|
|
|
|
|
+ // TODO Enable this after we fix tests — they fail currently
|
|
|
|
+ // because GDrive is instanciated without Core
|
|
|
|
+ //
|
|
// Set default state for Google Drive
|
|
// Set default state for Google Drive
|
|
// this.core.setState({googleDrive: {
|
|
// this.core.setState({googleDrive: {
|
|
// authenticated: false,
|
|
// authenticated: false,
|