Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoCreate/angular-playground
/ t
Function
t
projects/cli/test/configure.spec.ts:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
const
programMock = { config:
'./no-config.json'
};
6
7
const
t = () => {
8
applyConfigurationFile(programMock);
9
};
10
expect(t).toThrow();
11
});
12
Callers
nothing calls this directly
Calls
1
applyConfigurationFile
Function · 0.90
Tested by
no test coverage detected