Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoCreate/angular-playground
/ t
Function
t
projects/cli/test/from-dir.spec.ts:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
it(
'should throw error when directory does not exist'
, () => {
9
const
t = () => {
10
fromDirMultiple([
'foo'
], /test/, excludeRegex, () => {});
11
};
12
expect(t).toThrow();
13
});
14
Callers
nothing calls this directly
Calls
1
fromDirMultiple
Function · 0.90
Tested by
no test coverage detected