pulsar/spec/fixtures/packages
2021-03-06 20:00:57 -06:00
..
folder/package-symlinked detect symbolic link packages 2020-09-08 16:04:47 +03:00
package-that-throws-an-exception 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
package-that-throws-on-activate Don't serialize packages unless the main module was activated 2013-08-29 14:48:42 -07:00
package-that-throws-on-deactivate Catch and log deactivate errors 2014-09-15 08:34:54 -07:00
package-with-activation-commands Remove unnecessary calls to ViewRegistry.getView 2017-04-05 16:50:04 -07:00
package-with-activation-commands-and-deserializers Add specs 2017-11-14 00:13:58 +01:00
package-with-activation-hooks Add activationHooks To package.json 2015-07-09 02:33:17 -04:00
package-with-broken-keymap/keymaps Initialize AtomPackage attributes earlier 2013-10-11 12:49:31 -07:00
package-with-broken-package-json Initialize AtomPackage attributes earlier 2013-10-11 12:49:31 -07:00
package-with-cached-incompatible-native-module Fix use of _atomModuleCache in getNativeModuleDependencyPaths 2015-09-17 17:21:52 -06:00
package-with-config-defaults Add required activate method to avoid logging during specs 2013-04-03 12:34:56 -06:00
package-with-config-schema Support schemas in packages 2014-09-29 16:08:03 -07:00
package-with-consumed-services Avoid using private serviceHub in package manager test 2015-02-02 10:01:56 -08:00
package-with-deactivate Get deactivatePackage specs passing w/ new fixture data 2013-03-26 17:35:43 -06:00
package-with-deprecated-pane-item-method Display package name correctly for ::getUri deprecation warnings 2015-01-14 14:23:17 -07:00
package-with-deserializers Add initialize() hook to packages 2016-11-30 14:27:29 -08:00
package-with-different-directory-name Add Package.loadMetadata() specs 2015-06-08 20:57:35 -04:00
package-with-directory-provider Use fake directory provider in integration test for remote dirs 2016-09-15 16:33:04 -07:00
package-with-empty-activation-commands Correct package name, remove log 2015-05-12 16:57:50 -07:00
package-with-empty-activation-hooks Add activationHooks To package.json 2015-07-09 02:33:17 -04:00
package-with-empty-keymap Gracefully handle empty keymaps and menus 2015-01-07 09:18:57 -08:00
package-with-empty-menu Gracefully handle empty keymaps and menus 2015-01-07 09:18:57 -08:00
package-with-empty-workspace-openers Add specs for workspaceOpeners 2017-11-15 00:53:56 +01:00
package-with-eval-time-api-calls Remember which packages use atom APIs at main module load time 2015-11-23 17:35:38 -08:00
package-with-grammars/grammars Test that atom packages load their grammars 2013-03-26 17:35:43 -06:00
package-with-ignored-incompatible-native-module Fix use of _atomModuleCache in getNativeModuleDependencyPaths 2015-09-17 17:21:52 -06:00
package-with-incompatible-native-module Correct semver by adding 3rd digit 2015-05-11 16:08:44 -07:00
package-with-incompatible-native-module-loaded-conditionally test: add test for conditionally loaded .node files 2021-03-06 20:00:57 -06:00
package-with-index wip: cleanup package lifecycle specs 2013-03-26 17:35:43 -06:00
package-with-injection-selector/grammars Use grammar registry from first-mate 2013-12-31 15:15:39 -08:00
package-with-invalid-activation-commands Match directory name to package.json name 2015-06-10 17:06:08 -07:00
package-with-invalid-context-menu Show notification for invalid context menu selector 2015-03-04 10:02:04 -08:00
package-with-invalid-grammar Add spec for invalid grammar notification 2015-03-04 11:12:09 -08:00
package-with-invalid-settings Add spec for invalid settings notification 2015-03-04 11:18:15 -08:00
package-with-invalid-styles Re-throw stylesheet compile errors 2015-02-02 17:55:36 -08:00
package-with-invalid-url-package-json Guard against no hosted git info 2015-05-07 13:24:03 -07:00
package-with-json-config-schema Load config schemas from packages' package.json files 2015-11-23 15:53:26 -08:00
package-with-keymaps/keymaps wip: cleanup package lifecycle specs 2013-03-26 17:35:43 -06:00
package-with-keymaps-manifest When loading a package, honor the 'keymaps' manifest in package.json 2013-01-03 15:17:09 -07:00
package-with-main Remember which packages use atom APIs at main module load time 2015-11-23 17:35:38 -08:00
package-with-menus/menus Update specs for new ContextMenuManager API/behavior 2014-09-30 12:06:26 -06:00
package-with-menus-manifest Update to new menu format 2014-11-26 14:55:39 -08:00
package-with-missing-consumed-services add packages for new spec 2015-03-18 15:34:28 -07:00
package-with-missing-provided-services add packages for new spec 2015-03-18 15:34:28 -07:00
package-with-no-activate Make package activate optional 2015-02-25 11:16:09 -08:00
package-with-prefixed-and-suffixed-repo-url Always strip git+ prefix and .git suffix from package repository URLs 2016-02-29 17:30:03 -07:00
package-with-provided-services Batch service providers by package 2015-03-13 11:42:30 -07:00
package-with-rb-filetype Update fixture package to use a tree-sitter grammar 2018-09-04 11:37:30 -07:00
package-with-serialization Move specs for loading config defaults to atom-spec 2013-03-26 17:35:44 -06:00
package-with-serialize-error Don't use activation events on fixture package with serialization error 2014-02-10 15:52:33 -08:00
package-with-settings/settings Load package settings from settings and deprecate scoped-properties 2014-12-29 15:46:10 -06:00
package-with-short-url-package-json Add spec and feature to test normalizing repository short urls 2015-04-30 11:23:11 -07:00
package-with-style-sheets-manifest Make “style sheet” two words in package.json metadata 2015-01-09 09:04:04 -08:00
package-with-styles/styles Rename stylesheets/ directory in fixture packages 2015-01-09 08:56:12 -08:00
package-with-stylesheets-manifest Make “style sheet” two words in package.json metadata 2015-01-09 09:04:04 -08:00
package-with-tree-sitter-grammar/grammars Support a single scope name field on Tree-sitter grammars 2018-08-20 09:58:37 -07:00
package-with-uri-handler url -> URI 2017-10-17 15:23:10 -07:00
package-with-url-main Fix the atom:// URL handler for real (with tests this time) 2017-05-16 11:51:54 -07:00
package-with-view-providers Let packages define deserializers & view providers as main module methods 2016-02-10 14:28:57 -08:00
package-with-workspace-openers Add specs for workspaceOpeners 2017-11-15 00:53:56 +01:00
package-without-module wip: cleanup package lifecycle specs 2013-03-26 17:35:43 -06:00
sublime-tabs Re-enable tree-view and tabs sublime-tabs is installed 2015-06-05 08:43:11 -07:00
theme-with-incomplete-ui-variables Fix styleSheets manifest key in package.json of fixtures 2015-01-14 19:52:26 -07:00
theme-with-index-css Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
theme-with-index-less Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
theme-with-invalid-styles Add spec for invalid theme stylesheet notification 2015-04-15 09:18:02 -07:00
theme-with-package-file Make “style sheet” two words in package.json metadata 2015-01-09 09:04:04 -08:00
theme-with-syntax-variables Fix styleSheets manifest key in package.json of fixtures 2015-01-14 19:52:26 -07:00
theme-with-ui-variables Fix deprecated styleSheets manifest key 2015-01-14 18:48:27 -07:00
theme-without-package-file/styles Rename stylesheets/ directory in fixture packages 2015-01-09 08:56:12 -08:00
wordcount Add spec for deprecated packages 2015-06-03 09:19:57 -07:00