Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions test/e2e/__snapshots__/bonjour.test.js.snap.webpack4
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;

exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;

exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;
37 changes: 37 additions & 0 deletions test/e2e/__snapshots__/bonjour.test.js.snap.webpack5
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`bonjour option as object should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option as object should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option as object should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option as true should call bonjour with correct params: console messages 1`] = `Array []`;

exports[`bonjour option as true should call bonjour with correct params: page errors 1`] = `Array []`;

exports[`bonjour option as true should call bonjour with correct params: response status 1`] = `200`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option bonjour object and 'https' should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: console messages 1`] = `Array []`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: page errors 1`] = `Array []`;

exports[`bonjour option bonjour object and 'server' option should apply bonjour options: response status 1`] = `200`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: console messages 1`] = `Array []`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: page errors 1`] = `Array []`;

exports[`bonjour option with 'https' option should call bonjour with 'https' type: response status 1`] = `200`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: console messages 1`] = `Array []`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: page errors 1`] = `Array []`;

exports[`bonjour option with 'server' option should call bonjour with 'https' type: response status 1`] = `200`;
Loading