Skip to content

Commit

Permalink
tests ~ revise skip text for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 9, 2022
1 parent 0f9bf69 commit 3122ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (!process.env.npm_config_test_dist) {
if (!haveDeno) {
test.skip('examples are executable (Deno)...skipped (`deno` not found)', () => void 0);
} else if (versionCompare(denoVersion, minDenoVersion) < 0) {
test.skip(`examples are executable (Deno)...skipped (using Deno v${denoVersion} [v${minDenoVersion}+ needed for use of permissions API])`, () =>
test.skip(`examples are executable (Deno)...skipped (using Deno v${denoVersion} [v${minDenoVersion}+ needed for use of stable permissions API])`, () =>
void 0);
} else {
test('examples are executable without error (Deno)', (t) => {
Expand Down

0 comments on commit 3122ede

Please sign in to comment.