Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 10, 2022
1 parent 8550e35 commit f961296
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const expectations = {
details: {
items: [
{
value: /`window.webkitStorageInfo` is deprecated/,
value: /'window.webkitStorageInfo' is deprecated/,
source: {
type: 'source-location',
url: 'http://localhost:10200/dobetterweb/dbw_tester.js',
Expand All @@ -322,7 +322,7 @@ const expectations = {
subItems: undefined,
},
{
value: /Synchronous `XMLHttpRequest` on the main thread is deprecated/,
value: /Synchronous XMLHttpRequest on the main thread is deprecated/,
source: {
type: 'source-location',
url: 'http://localhost:10200/dobetterweb/dbw_tester.html',
Expand Down

0 comments on commit f961296

Please sign in to comment.