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 14a8134 commit 9599b35Copy full SHA for 9599b35
scripts/release/__tests__/sla.test.ts
@@ -1,3 +1,4 @@
1
+// @ts-nocheck this file is broken while the SLA is unclear
2
import { describe, expect, it } from 'vitest';
3
4
import { fullReleaseConfig, LANGUAGES } from '../../common.js';
scripts/release/sla.ts
@@ -1,4 +1,5 @@
/* eslint-disable no-console */
import fsp from 'fs/promises';
5
import semver from 'semver';
0 commit comments