Skip to content

Commit d0f81f4

Browse files
committed
fix: update test case name
1 parent 11c0c2f commit d0f81f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/__tests__/parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ test("parse multiple theme in a single file", () => {
150150
});
151151
});
152152

153-
test("parses application with no custom widgets", () => {
153+
test("throws error when widget API name conflicts with screen API name", () => {
154154
const appConfig = {
155155
widgets: [
156156
{

0 commit comments

Comments
 (0)