mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-28 19:45:45 +08:00
refactor app.coffee
This commit is contained in:
5
test/support/env.coffee
Normal file
5
test/support/env.coffee
Normal file
@@ -0,0 +1,5 @@
|
||||
process.env.NODE_ENV = 'test'
|
||||
|
||||
require("chai").should()
|
||||
|
||||
global.application = require '../../../app'
|
||||
Reference in New Issue
Block a user