diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ebea6..36b5207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,4 +92,3 @@ jobs: npm run package:smoke --if-present fi fi - diff --git a/package.json b/package.json index ecbd3c9..dec4411 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "LICENSE", "SECURITY.md", "CONTRIBUTING.md", - "CHANGELOG.md" + "CHANGELOG.md", + "CODE_OF_CONDUCT.md" ], "scripts": { "test": "node --test test/*.test.js", diff --git a/test/cli.test.js b/test/cli.test.js index 4a1a81c..2551553 100644 --- a/test/cli.test.js +++ b/test/cli.test.js @@ -1,6 +1,6 @@ import { test } from 'node:test'; import assert from 'node:assert/strict'; -import { execFileSync } from 'node:child_process'; +import { execFileSync, execSync } from 'node:child_process'; import { mkdtempSync, writeFileSync } from 'node:fs'; import { tmpdir } from 'node:os'; import { join } from 'node:path';