mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
fix migrate
This commit is contained in:
@@ -4,7 +4,7 @@ if process.env.COV_TEST == 'true'
|
||||
require('coffee-coverage').register
|
||||
path: 'relative'
|
||||
basePath: "#{__dirname}/../.."
|
||||
exclude: ['test', 'node_modules', '.git', 'sample', 'core/static']
|
||||
exclude: ['test', 'node_modules', '.git', 'sample', 'core/static', 'migration/database']
|
||||
|
||||
global._ = require 'underscore'
|
||||
global.fs = require 'fs'
|
||||
|
||||
Reference in New Issue
Block a user