mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-12 22:27:09 +08:00
6 lines
101 B
CoffeeScript
6 lines
101 B
CoffeeScript
process.env.NODE_ENV = 'test'
|
|
|
|
require("chai").should()
|
|
|
|
global.application = require '../../../app'
|