mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Load base stylesheets in spec-helper
This fixes the editor specs not working when focused.
This commit is contained in:
@@ -18,7 +18,7 @@ pathwatcher = require 'pathwatcher'
|
||||
RootView = require 'root-view'
|
||||
clipboard = require 'clipboard'
|
||||
|
||||
requireStylesheet "bootstrap/less/bootstrap"
|
||||
atom.loadBaseStylesheets()
|
||||
requireStylesheet "jasmine"
|
||||
|
||||
fixturePackagesPath = fsUtils.resolveOnLoadPath('fixtures/packages')
|
||||
|
||||
Reference in New Issue
Block a user