We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dcdfb commit 1ea91eeCopy full SHA for 1ea91ee
packages/@css-blocks/broccoli/test/Analyze.ts
@@ -194,7 +194,7 @@ describe("Broccoli Analyze Plugin Test", function () {
194
{ "src/ui/components/AnotherComponent/template.hbs": "unlink" },
195
"output directory is cleaned up.");
196
});
197
- it.only("Handles errors in block files", async () => {
+ it("Handles errors in block files", async () => {
198
const entryComponentName = "HasError";
199
200
input.write({
0 commit comments