setup-cpp
Version:
Install all the tools required for building and testing C++/C projects.
34 lines (26 loc) • 1.28 kB
Plain Text
> setup-brew@1.1.1 test /Users/aminya/Documents/GitHub/setup-cpp/packages/setup-brew
> jest --coverage
console.log
Testing the existence of /opt/homebrew/bin
at log (__tests__/brew.test.ts:31:15)
console.log
Running /opt/homebrew/bin/brew --version
at log (__tests__/brew.test.ts:39:15)
Homebrew 4.4.27
PASS __tests__/brew.test.ts
setup-brew
✓ should setup brew (105 ms)
---------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
---------------------|---------|----------|---------|---------|-------------------
All files | 24.54 | 8.51 | 10 | 24.54 |
index.ts | 100 | 100 | 100 | 100 |
install-pack.ts | 20 | 0 | 0 | 20 | 21-76
install.ts | 38.46 | 36.36 | 20 | 38.46 | 38-39,44,55-112
pack-install-dir.ts | 10.25 | 0 | 0 | 10.25 | 6-83
---------------------|---------|----------|---------|---------|-------------------
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 1.06 s
Ran all test suites.