We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1157db commit db3b891Copy full SHA for db3b891
packages/config-yaml/src/__tests__/index.test.ts
@@ -99,7 +99,7 @@ describe("E2E Scenarios", () => {
99
},
100
};
101
102
- it.only("should unroll assistant with a single block that doesn't exist", async () => {
+ it("should unroll assistant with a single block that doesn't exist", async () => {
103
const unrolledConfig = await unrollAssistant(
104
"test-org/assistant-with-non-existing-block",
105
registry,
0 commit comments