Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Nodejs 16 workflow actions #87

Merged
merged 1 commit into from
Feb 9, 2024

Upgrade Nodejs 16 workflow actions

a3bb0bb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Upgrade Nodejs 16 workflow actions #87

Upgrade Nodejs 16 workflow actions
a3bb0bb
Select commit
Loading
Failed to load commit list.
GitHub Actions / test-results-windows-latest-insiders succeeded Feb 9, 2024 in 1s

26 passed, 0 failed and 0 skipped

Tests passed successfully

✅ .vscode-test/test-results.xml

26 tests were completed in 50ms with 26 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Commands 11✅ 22ms
Guid 15✅ 23ms
Root Suite 0ms

✅ Commands

quick pick 1 is simple string with default options
  ✅ Commands quick pick 1 is simple string with default options
quick pick 2 is registry string with default options
  ✅ Commands quick pick 2 is registry string with default options
quick pick 3 is C structure with default options
  ✅ Commands quick pick 3 is C structure with default options
quick pick 4 is C macro with default options
  ✅ Commands quick pick 4 is C macro with default options
quick pick 5 is simple non-hyphenated string with default options
  ✅ Commands quick pick 5 is simple non-hyphenated string with default options
quick pick 6 is struct-like GUID
  ✅ Commands quick pick 6 is struct-like GUID
quick pick items are correct when all settings are true
  ✅ Commands quick pick items are correct when all settings are true
quick pick items are correct with only lowercase enabled
  ✅ Commands quick pick items are correct with only lowercase enabled
quick pick items are correct with only uppercase enabled
  ✅ Commands quick pick items are correct with only uppercase enabled
quick pick items are correct with only code snippets enabled
  ✅ Commands quick pick items are correct with only code snippets enabled
quick pick items are correct with no code snippets enabled
  ✅ Commands quick pick items are correct with no code snippets enabled

✅ Guid

creates random Guid
  ✅ Guid creates random Guid
can return empty Guid
  ✅ Guid can return empty Guid
parses invalid Guid as empty
  ✅ Guid parses invalid Guid as empty
parses Guid with curly braces
  ✅ Guid parses Guid with curly braces
parses Guid without curly braces
  ✅ Guid parses Guid without curly braces
returns 16-byte buffer
  ✅ Guid returns 16-byte buffer
returns mutable buffer
  ✅ Guid returns mutable buffer
returns proper "struct" format
  ✅ Guid returns proper "struct" format
returns proper "struct" format for "x"
  ✅ Guid returns proper "struct" format for "x"
returns proper "braced" format
  ✅ Guid returns proper "braced" format
returns proper "braced" format for "b"
  ✅ Guid returns proper "braced" format for "b"
returns proper "no-hyphen" format
  ✅ Guid returns proper "no-hyphen" format
returns proper string for missing format
  ✅ Guid returns proper string for missing format
returns proper string for invalid format
  ✅ Guid returns proper string for invalid format
returns proper string for non-string format
  ✅ Guid returns proper string for non-string format