chore: run updated prettier
This commit is contained in:
@@ -42,7 +42,10 @@ describe('createSlot', () => {
|
||||
it('should add each slot to the record when given slot is an array', () => {
|
||||
const dynamicSlot = [
|
||||
{ name: 'descriptor', fn: slot },
|
||||
[{ name: 'descriptor2', fn: slot }, { name: 'descriptor3', fn: slot }]
|
||||
[
|
||||
{ name: 'descriptor2', fn: slot },
|
||||
{ name: 'descriptor3', fn: slot }
|
||||
]
|
||||
]
|
||||
|
||||
const actual = createSlots(record, dynamicSlot)
|
||||
|
||||
@@ -38,7 +38,7 @@ describe('renderList', () => {
|
||||
})
|
||||
|
||||
it('should render an item for entry in an iterable', () => {
|
||||
const iterable = function*() {
|
||||
const iterable = function* () {
|
||||
yield 1
|
||||
yield 2
|
||||
yield 3
|
||||
|
||||
Reference in New Issue
Block a user