Skip to content

Commit 31b2744

Browse files
committed
test: remove .only
1 parent 622d246 commit 31b2744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function format(types: string): string {
1515

1616
describe("cli", () => {
1717
["github", "stripe", "manifold", "petstore"].forEach((file) => {
18-
it.only(`reads ${file} spec (v3) from file`, () => {
18+
it(`reads ${file} spec (v3) from file`, () => {
1919
execSync(
2020
`../../pkg/bin/cli.js specs/${file}.yaml -o generated/${file}.ts`,
2121
{

0 commit comments

Comments
 (0)