Skip to content

Commit 6922997

Browse files
committed
Stringify undefined is object
1 parent e0f293e commit 6922997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/firebaseServerApp.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ describe('FirebaseServerApp', () => {
153153
new ComponentContainer('test')
154154
);
155155

156-
expect(JSON.stringify(app)).to.eql("undefined");
156+
expect(JSON.stringify(app)).to.eql(undefined);
157157
});
158158
});

0 commit comments

Comments
 (0)