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 8266489 commit 5e2a3f0Copy full SHA for 5e2a3f0
spec/minimap-main-spec.js
@@ -178,12 +178,10 @@ describe('Minimap package', () => {
178
179
it('creates a default config for the plugin', () => {
180
expect(minimapPackage.getConfigSchema().plugins.properties.dummy).toBeDefined()
181
- expect(minimapPackage.getConfigSchema().plugins.properties.dummyDecorationsZIndex).toBeDefined()
182
})
183
184
it('sets the corresponding config', () => {
185
expect(atom.config.get('minimap.plugins.dummy')).toBeTruthy()
186
- expect(atom.config.get('minimap.plugins.dummyDecorationsZIndex')).toEqual(0)
187
188
189
describe('triggering the corresponding plugin command', () => {
0 commit comments