Skip to content

Commit 9b0f3e6

Browse files
committed
test: putout: update fixtures
1 parent 8c252e0 commit 9b0f3e6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const {maxElementsInOneLine} = options;
22

3-
const {[maxElementsInOneLine]: a} = {
3+
const {
4+
[maxElementsInOneLine]: a,
5+
} = {
46
options,
57
};
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const {maxElementsInOneLine} = options;
22

3-
const {[maxElementsInOneLine]: a} = {
3+
const {
4+
[maxElementsInOneLine]: a,
5+
} = {
46
options,
57
};
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
const {readOptions: a, hello: b, [m]: z} = await import('../lib/read-options.mjs');
1+
const {
2+
readOptions: a,
3+
hello: b,
4+
[m]: z,
5+
} = await import('../lib/read-options.mjs');
26

37
await tryToCatch(a);

0 commit comments

Comments
 (0)