Skip to content

Commit 124ff77

Browse files
author
hoie
committed
update snapshot
1 parent 8e37af7 commit 124ff77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integration/__snapshots__/welcome.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exports[`test welcome page should render arango page correctly 1`] = `
7676
const dbHost = \\"arangodb.learndatabases.dev\\";
7777
const username = \\"\\";
7878
const dbPassword = \\"\\";
79-
const dbExists = \\"\\";
79+
const dbExists = ;
8080
const database = \\"Arango\\";
8181
8282
const credentials = document.createElement(\\"pre\\");
@@ -266,7 +266,7 @@ exports[`test welcome page should render elasticsearch page correctly 1`] = `
266266
const dbHost = \\"elastic.learndatabases.dev\\";
267267
const username = \\"\\";
268268
const dbPassword = \\"\\";
269-
const dbExists = \\"\\";
269+
const dbExists = ;
270270
const database = \\"Elasticsearch\\";
271271
272272
const credentials = document.createElement(\\"pre\\");
@@ -456,7 +456,7 @@ exports[`test welcome page should render postgres page correctly 1`] = `
456456
const dbHost = \\"learndatabases.dev\\";
457457
const username = \\"\\";
458458
const dbPassword = \\"\\";
459-
const dbExists = \\"\\";
459+
const dbExists = ;
460460
const database = \\"Postgres\\";
461461
462462
const credentials = document.createElement(\\"pre\\");

views/tutorial.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
const dbHost = "<%= dbHost %>";
1919
const username = "<%= username %>";
2020
const dbPassword = "<%= dbPassword %>";
21-
const dbExists = "<%= dbExists %>";
21+
const dbExists = <%= dbExists %>;
2222
const database = "<%= database %>";
2323
2424
const credentials = document.createElement("pre");

0 commit comments

Comments
 (0)