Skip to content

Commit 2f67f3b

Browse files
committed
Update snapshots after rebase
1 parent c2eead1 commit 2f67f3b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/__snapshots__/parseArgs.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
13
exports[`parseArgs should have correct defaults 1`] = `
24
Object {
35
"H": "0.0.0.0",
@@ -8,5 +10,3 @@ Object {
810
"port": 3000,
911
}
1012
`;
11-
12-
exports[`parseArgs should use DB_ADAPTER environment variable as default if set 1`] = `"flat-file-db"`;

tests/__snapshots__/sse.test.js.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
13
exports[`sse should publish events with correct structure 1`] = `
24
Array [
35
Array [
46
Object {
5-
"data": "{\"key\":\"superview\",\"value\":{\"views\":[{\"time\":1490432584312}]}}",
7+
"data": "{"key":"superview","value":{"views":[{"time":1490432584312}]}}",
68
"event": "micro-analytics-ping",
79
},
810
],

0 commit comments

Comments
 (0)