We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebbd22 commit 94a1fddCopy full SHA for 94a1fdd
scripts/test.js
@@ -128,7 +128,7 @@ async function runTests() {
128
}
129
130
if (runtimeDocstrings) {
131
- if (process.platform !== "linux") {
+ if (process.platform === "win32") {
132
console.log(`Skipping docstrings tests on ${process.platform}`);
133
} else {
134
console.log("Running runtime docstrings tests");
0 commit comments