MCPcopy
hub / github.com/electron-userland/electron-builder / assertThat

Function assertThat

test/src/helpers/fileAssert.ts:6–8  ·  view source on GitHub ↗
(actual: any)

Source from the content-addressed store, hash-verified

4
5// http://joel-costigliola.github.io/assertj/
6export function assertThat(actual: any): Assertions {
7 return new Assertions(actual)
8}
9
10class Assertions {
11 constructor(private actual: any) {

Callers 15

assertDirsFunction · 0.90
globTest.tsFile · 0.90
ignoreTest.tsFile · 0.90
filesTest.tsFile · 0.90
doExtraResourcesTestFunction · 0.90
createExtraMetadataTestFunction · 0.90
createBuildResourcesTestFunction · 0.90
ExtraBuildTest.tsFile · 0.90
validateDownloadFunction · 0.90
checkHelpersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…