We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989eae2 commit 374145dCopy full SHA for 374145d
lib/common
test/test-bootstrap.ts
@@ -1,3 +1,5 @@
1
+import * as shelljs from "shelljs";
2
+shelljs.config.silent = true;
3
global._ = require("lodash");
4
global.$injector = require("../lib/common/yok").injector;
5
0 commit comments