Skip to content

Commit

Permalink
Fix a test and pin to a tagged version of eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Nov 4, 2024
1 parent 6bd83b5 commit 0f336c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion injected/unit-test/dom-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ describe('dom-utils.js - escapedTemplate', () => {
input: () =>
html`<p>Foo</p>
<p>Bar</p>`,
expected: '<p>Foo</p><p>Bar</p>',
expected: `<p>Foo</p>
<p>Bar</p>`,
},
{ title: 'nested', input: () => html`<div>${html`<p>${'Nested'}</p>`}</div>`, expected: '<div><p>Nested</p></div>' },
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"types-generator"
],
"devDependencies": {
"@duckduckgo/eslint-config": "github:duckduckgo/eslint-config#10f44587b85f9ce9ea8a91b46d3eb5c180195ca1",
"@duckduckgo/eslint-config": "github:duckduckgo/eslint-config#v0.1.0",
"@playwright/test": "^1.48.2",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
Expand Down

0 comments on commit 0f336c1

Please sign in to comment.