Rename test fixtures using module syntax to .mjs files.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
export let {a, b, c: {d, e: {f = 4}}} = {};
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
|
||||
export let {a, b, c: {d, e: {f = 4}}} = {};
|
||||