Skip to content

Commit 2cc8b51

Browse files
committed
fix test
1 parent 0e19989 commit 2cc8b51

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

linters/ruff/ruff.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { skipOS } from "tests/utils";
66
linterCheckTest({ linterName: "ruff", namedTestPrefixes: ["basic", "interface"] });
77

88
const skipJupyterTestIf = (version?: string) => {
9-
console.log(`Jupyter version: ${version}`);
109
if (!version || !semver.valid(version)) {
1110
// Run if version is KGV or a string, or error loudly if malformed.
1211
return false;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`Testing linter ruff test basic_nb 1`] = `
4+
{
5+
"issues": [],
6+
"lintActions": [],
7+
"taskFailures": [],
8+
"unformattedFiles": [],
9+
}
10+
`;

0 commit comments

Comments
 (0)