Skip to content

Commit 374145d

Browse files
Silent shelljs for unit-tests
Silent shelljs for unit-tests and update to latest common lib
1 parent 989eae2 commit 374145d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/test-bootstrap.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import * as shelljs from "shelljs";
2+
shelljs.config.silent = true;
13
global._ = require("lodash");
24
global.$injector = require("../lib/common/yok").injector;
35

0 commit comments

Comments
 (0)