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

Make webgl APIs inaccessible outside itwinjs-core repo #7657

Merged
merged 9 commits into from
Feb 5, 2025
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
Next Next commit
weird lint error...
  • Loading branch information
pmconne committed Feb 5, 2025
commit 0930e4477e686675579079276398ea14676406fd
1 change: 0 additions & 1 deletion core/quantity/src/test/CompositeFormats.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ describe("Composite Formats tests:", () => {
const formattedValue = Formatter.formatQuantity(testEntry.magnitude, spec);
expect(formattedValue.length).toBeGreaterThan(0);
expect(formattedValue).toEqual(testEntry.result);
// eslint-disable-next-line no-console
// console.log(testEntry.magnitude.toString() + " " + testEntry.unit.label + " => " + formattedValue);
}
});
Expand Down