Browse Source

Expose Settings class for tests.

Afshin Darian 7 years ago
parent
commit
53f69d518f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/coreutils/src/settingregistry.ts

+ 2 - 0
packages/coreutils/src/settingregistry.ts

@@ -632,6 +632,7 @@ class SettingRegistry {
 /**
  * A manager for a specific plugin's settings.
  */
+export
 class Settings implements ISettingRegistry.ISettings {
   /**
    * Instantiate a new plugin settings manager.
@@ -836,6 +837,7 @@ namespace SettingRegistry {
 /**
  * A namespace for `Settings` statics.
  */
+export
 namespace Settings {
   /**
    * The instantiation options for a `Settings` object.