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.
.only
1 parent 622d246 commit 31b2744Copy full SHA for 31b2744
tests/v3/index.test.ts
@@ -15,7 +15,7 @@ function format(types: string): string {
15
16
describe("cli", () => {
17
["github", "stripe", "manifold", "petstore"].forEach((file) => {
18
- it.only(`reads ${file} spec (v3) from file`, () => {
+ it(`reads ${file} spec (v3) from file`, () => {
19
execSync(
20
`../../pkg/bin/cli.js specs/${file}.yaml -o generated/${file}.ts`,
21
{
0 commit comments