8000 chore: fix typo (#19205) · webpack/webpack@6e14dba · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e14dba

Browse files
authored
chore: fix typo (#19205)
1 parent f123ce5 commit 6e14dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/helpers/supportsBlob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function supportsWebAssembly() {
1+
module.exports = function supportsBlob() {
22
try {
33
return typeof Blob !== "undefined";
44
} catch (_err) {

test/helpers/supportsResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function supportsWebAssembly() {
1+
module.exports = function supportsResponse() {
22
try {
33
// eslint-disable-next-line n/no-unsupported-features/node-builtins
44
return typeof Response !== "undefined";

0 commit comments

Comments
 (0)
0