mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Add rootView to atom spec to eliminate warnings
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
f24bfab5e5
commit
6f05e66825
@@ -1,12 +1,14 @@
|
||||
RootView = require 'root-view'
|
||||
{$$} = require 'space-pen'
|
||||
|
||||
describe "the `atom` global", ->
|
||||
fdescribe "the `atom` global", ->
|
||||
beforeEach ->
|
||||
new RootView
|
||||
|
||||
describe ".loadPackage(name)", ->
|
||||
[extension, stylesheetPath] = []
|
||||
|
||||
beforeEach ->
|
||||
rootView = new RootView
|
||||
extension = require "package-with-module"
|
||||
stylesheetPath = require.resolve("fixtures/packages/package-with-module/stylesheets/styles.css")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user