Skip to content

Commit 1586391

Browse files
committed
naming
1 parent 1ff9777 commit 1586391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/server-function/cypress/e2e/server-function.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
describe("server-function", () => {
2-
it("should isServer false on the client", () => {
2+
it("should have isServer false in the client", () => {
33
cy.visit("/");
44
cy.get("#server-fn-test").contains('{"clientWithIsServer":false}');
55
})
6-
it("should isServer true in the server function", () => {
6+
it("should have isServer true in the server function", () => {
77
cy.visit("/is-server");
88
cy.get("#server-fn-test").contains('{"serverFnWithIsServer":true}');
99
})

0 commit comments

Comments
 (0)