We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e94e2d commit 7ae1a63Copy full SHA for 7ae1a63
1 file changed
test/nuxt/composables/use-replacement-dependencies.spec.ts
@@ -14,7 +14,7 @@ const NATIVE_REPLACEMENT: ModuleReplacement = {
14
type: 'native',
15
url: {
16
type: 'mdn',
17
- id: 'Web/JavaScript/Reference/Global_Objects/Array/includes', // corrected path
+ id: 'Web/JavaScript/Reference/Global_Objects/Array/includes',
18
},
19
webFeatureId: {
20
featureId: 'array-includes',
0 commit comments