We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ae97 commit 3084f30Copy full SHA for 3084f30
spec/tool-bar-spec.js
@@ -34,8 +34,9 @@ describe('Tool Bar package', () => {
34
toolBarService = pack.mainModule.provideToolBar();
35
});
36
37
- atom.packages.triggerDeferredActivationHooks();
38
- atom.packages.triggerActivationHook('core:loaded-shell-environment');
+ // if activation hook was being used
+ // atom.packages.triggerDeferredActivationHooks();
39
+ // atom.packages.triggerActivationHook('core:loaded-shell-environment');
40
41
42
describe('@activate', () => {
0 commit comments