Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Jan 21, 2024
1 parent 1d1667d commit 72f4600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-app/tests/unit/extend/find-many-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module(`Extend | findMany`, function (hooks) {
);
});

test('contains', async function(assert) {
test('contains', async function (assert) {
const page = create({});

await render(hbs`
Expand All @@ -100,7 +100,7 @@ module(`Extend | findMany`, function (hooks) {
);
});

test('contains with nested selector', async function(assert) {
test('contains with nested selector', async function (assert) {
const page = create({});

await render(hbs`
Expand Down Expand Up @@ -186,7 +186,7 @@ module(`Extend | findMany`, function (hooks) {
scope: 'span',
child: {
scope: '.lorem',
}
},
});

await render(hbs`
Expand All @@ -202,7 +202,7 @@ module(`Extend | findMany`, function (hooks) {
['lorem'],
'single element found'
);
})
});

module('comma separated selector', function () {
const SELECTOR = 'comma, separated';
Expand Down

0 comments on commit 72f4600

Please sign in to comment.