Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
  • Loading branch information
cperaltah committed Nov 8, 2024
commit f7c282528ce54e38a66197632bc5078036a928b4
2 changes: 1 addition & 1 deletion tools/tsp-client/test/typespec.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Check diagnostic reporting", function () {
resolvePath(process.cwd(), "test", "examples", "specification", "diagnostics"),
);
try {
const succeeded = await compileTsp({
const [succeeded, _] = await compileTsp({
emitterPackage: "@azure-tools/typespec-ts",
outputPath: joinPaths(process.cwd(), "examples"),
resolvedMainFilePath: mainFile,
Expand Down