Skip to content

Commit 1ea91ee

Browse files
committed
fix: Some tests were disabled during development.
1 parent 37dcdfb commit 1ea91ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/broccoli/test/Analyze.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ describe("Broccoli Analyze Plugin Test", function () {
194194
{ "src/ui/components/AnotherComponent/template.hbs": "unlink" },
195195
"output directory is cleaned up.");
196196
});
197-
it.only("Handles errors in block files", async () => {
197+
it("Handles errors in block files", async () => {
198198
const entryComponentName = "HasError";
199199

200200
input.write({

0 commit comments

Comments
 (0)