Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-x committed Feb 9, 2025
1 parent f123ce5 commit a9fe7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helpers/supportsBlob.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function supportsWebAssembly() {
module.exports = function supportsBlob() {
try {
return typeof Blob !== "undefined";
} catch (_err) {
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/supportsResponse.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function supportsWebAssembly() {
module.exports = function supportsResponse() {
try {
// eslint-disable-next-line n/no-unsupported-features/node-builtins
return typeof Response !== "undefined";
Expand Down

0 comments on commit a9fe7a8

Please # to comment.