Skip to content

Commit 5e2a3f0

Browse files
committed
test: remove z-index spec
1 parent 8266489 commit 5e2a3f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/minimap-main-spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,10 @@ describe('Minimap package', () => {
178178

179179
it('creates a default config for the plugin', () => {
180180
expect(minimapPackage.getConfigSchema().plugins.properties.dummy).toBeDefined()
181-
expect(minimapPackage.getConfigSchema().plugins.properties.dummyDecorationsZIndex).toBeDefined()
182181
})
183182

184183
it('sets the corresponding config', () => {
185184
expect(atom.config.get('minimap.plugins.dummy')).toBeTruthy()
186-
expect(atom.config.get('minimap.plugins.dummyDecorationsZIndex')).toEqual(0)
187185
})
188186

189187
describe('triggering the corresponding plugin command', () => {

0 commit comments

Comments
 (0)