mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 07:28:57 +08:00
17 lines
281 B
CoffeeScript
17 lines
281 B
CoffeeScript
process.env.NODE_ENV = 'test'
|
|
|
|
_ = require 'lodash'
|
|
|
|
Root = require '../core'
|
|
snippet = require './snippet'
|
|
|
|
global.config = require '../sample/core.config.coffee'
|
|
global.root = new Root config
|
|
|
|
root.start()
|
|
|
|
_.extend global, snippet
|
|
|
|
chai.should()
|
|
chai.config.includeStack = true
|