mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 11:30:55 +03:00
bee58922b2
issue #2271 - should allow development of new admin UI whilst still having access to the old ui
8 lines
280 B
JavaScript
8 lines
280 B
JavaScript
var blanket = require("blanket")({
|
|
"pattern": ["/core/server/", "/core/clientold/", "/core/shared/"],
|
|
"data-cover-only": ["/core/server/", "/core/clientold/", "/core/shared/"]
|
|
}),
|
|
requireDir = require("require-dir");
|
|
|
|
requireDir("./unit");
|
|
requireDir("./integration"); |