diff --git a/spec/fixtures/packages/package-with-serialize-error/package.cson b/spec/fixtures/packages/package-with-serialize-error/package.cson index d49a175ed..300ce2fc0 100644 --- a/spec/fixtures/packages/package-with-serialize-error/package.cson +++ b/spec/fixtures/packages/package-with-serialize-error/package.cson @@ -1,5 +1 @@ -# This package loads async, otherwise it would log errors when it -# is automatically serialized when workspaceView is deactivatated - 'main': 'index.coffee' -'activationEvents': ['activation-event']