Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Jul 9, 2024
1 parent 44c93c8 commit 2acfd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dom/as.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('as', function() {
// solution for `SecurityError: localStorage is not available for opaque origins`
// Racer interfaces with localStorage and the `as-object` tests use `page.model`
// methods causing the SecurityError if `url` is not set. Does not appear to impact
// `as-array` tests even though they also use `pae.model` methods so 🤷
// `as-array` tests even though they also use `page.model` methods so 🤷
url: 'http://localhost/'
}
});
Expand Down

0 comments on commit 2acfd62

Please sign in to comment.