refactor: 模板占位符从 {{app-name}} 改为 my-app
This commit is contained in:
@@ -46,7 +46,7 @@ describe("App", () => {
|
||||
|
||||
renderApp();
|
||||
|
||||
expect(screen.getByText("{{app-name}}")).not.toBeNull();
|
||||
expect(screen.getByText("my-app")).not.toBeNull();
|
||||
expect(screen.getByText("系统")).not.toBeNull();
|
||||
expect(screen.getByText("明亮")).not.toBeNull();
|
||||
expect(screen.getByText("黑暗")).not.toBeNull();
|
||||
|
||||
Reference in New Issue
Block a user