Ignore/pester-output.txt

Pester v5.7.1

Starting discovery in 1 files.
Discovery found 8 tests in 19ms.
Running tests.

Running tests from '/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Invoke-ElmEventLoop.Tests.ps1'
Describing Invoke-ElmEventLoop
 Context Quit command
   [+] Should stop when UpdateFn returns a Quit command
 117ms (105ms|11ms)
   [+] Should return the final model on Quit
 17ms (15ms|2ms)
   [+] Should capture the model returned by the Quit update
 6ms (5ms|1ms)
 Context Cursor visibility
   [+] Should hide the cursor (ESC[?25l) before first render
 15ms (14ms|1ms)
   [+] Should use ESC[?25h to restore the cursor
 10ms (9ms|1ms)
   [+] Should complete without error when loop exits (cursor restore via finally)
 9ms (8ms|1ms)
 Context Message processing
   [+] Should accumulate model changes across multiple messages
 18ms (16ms|2ms)
   [+] Should pass the current model to the View function after each update
 6ms (5ms|1ms)
Tests completed in 291ms
Tests Passed: 8,
Failed: 0,
Skipped: 0,
Inconclusive: 0,

NotRun: 0