0% found this document useful (0 votes)
2 views

Log

The build process for the flow-result-checker project was initiated, involving cloning the repository and installing Node.js version 9.11.2. After successfully installing dependencies with Yarn, all tests were executed, resulting in 2 test suites and 6 tests passing. The overall build was completed successfully.

Uploaded by

sanjmaayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Log

The build process for the flow-result-checker project was initiated, involving cloning the repository and installing Node.js version 9.11.2. After successfully installing dependencies with Yarn, all tests were executed, resulting in 2 test suites and 6 tests passing. The overall build was completed successfully.

Uploaded by

sanjmaayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

[00:00:00] Build started

[00:00:00] git clone -q --branch=master https://github.com/jbreckel/flow-result-


checker.git C:\projects\flow-result-checker
[00:00:02] git checkout -qf 1a65f8ea7d574ab2df92add075203f5a9f943d68
[00:00:02] Running Install scripts
[00:00:02] Install-Product node $env:nodejs_version x64
[00:00:03] Uninstalling node 8.12.0 (x86)...
[00:00:03] Installing node 9.11.2 (x64)...
[00:00:03] yarn install --frozen-lockfile
[00:00:04] yarn install v1.9.4
[00:00:04] [1/4] Resolving packages...
[00:00:04] [2/4] Fetching packages...
[00:00:18] [3/4] Linking dependencies...
[00:00:30] [4/4] Building fresh packages...
[00:00:30] Done in 26.02s.
[00:00:30] node --version
[00:00:30] v9.11.2
[00:00:30] yarn --version
[00:00:30] 1.9.4
[00:00:30] yarn test --verbose
[00:00:31] yarn run v1.9.4
[00:00:31] $ jest --verbose
[00:00:43] PASS test\index.spec.js (10.405s)
[00:00:43] main tool
[00:00:43] √ should display help (172ms)
[00:00:43] √ should find no errors in `index.js` (5717ms)
[00:00:43] examples
[00:00:43] script-errors
[00:00:43] √ matches snapshot (1375ms)
[00:00:43] package-errors
[00:00:43] √ matches snapshot (1344ms)
[00:00:43] no-errors
[00:00:43] √ matches snapshot (1328ms)
[00:00:43]
[00:00:43] PASS test\many-errors.spec.js
[00:00:43] checker works correct
[00:00:43] √ with long output (156ms)
[00:00:43]
[00:00:43] Test Suites: 2 passed, 2 total
[00:00:43] Tests: 6 passed, 6 total
[00:00:43] Snapshots: 7 passed, 7 total
[00:00:43] Time: 11.498s
[00:00:43] Ran all test suites.
[00:00:43] Done in 12.31s.
[00:00:44] Build success

You might also like