0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/blanket_coverage.js
Hannah Wolfe bee58922b2 Rename client -> clientold
issue #2271

- should allow development of new admin UI whilst still having access to the old ui
2014-02-27 00:52:04 +00:00

8 lines
No EOL
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");