Skip to content

Commit 97c5997

Browse files
authored
Update no-unnecessary-polyfills.mjs
1 parent 6eba19e commit 97c5997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/no-unnecessary-polyfills.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ test({
88
code: 'require("object-assign")',
99
options: [{nodeVersion: '0.1.0'}],
1010
},
11+
{
12+
code: 'require("this-is-not-a-polyfill")',
13+
options: [{nodeVersion: '0.1.0'}],
14+
},
1115
{
1216
code: 'import assign from "object-assign"',
1317
options: [{nodeVersion: '0.1.0'}],

0 commit comments

Comments
 (0)