Skip to content

Commit

Permalink
Merge branch 'main' into demo2
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Dec 14, 2024
2 parents e22837c + 7e1dcb1 commit 9c76817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webgpu/src/__tests__/GPU.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe("Adapter", () => {
};
});
});
console.log(result);
expect(result).toBeDefined();
expect(result!.vendor).toBeDefined();
expect(result!.architecture).toBeDefined();
Expand Down

0 comments on commit 9c76817

Please sign in to comment.