Skip to content

Commit 556e6a8

Browse files
chore(deps-dev): bump @readme/eslint-config from 8.7.5 to 8.8.0 (#317)
* chore(deps-dev): bump @readme/eslint-config from 8.7.5 to 8.8.0 Bumps [@readme/eslint-config](https://github.com/readmeio/standards) from 8.7.5 to 8.8.0. - [Release notes](https://github.com/readmeio/standards/releases) - [Changelog](https://github.com/readmeio/standards/blob/main/CHANGELOG.md) - [Commits](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) --- updated-dependencies: - dependency-name: "@readme/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: style issues Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach <[email protected]>
1 parent 9e40dec commit 556e6a8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

__tests__/codeMirror.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ describe('highlight mode', () => {
210210

211211
describe('runmode', () => {
212212
let node;
213-
const code = `CURL *hnd = curl_easy_init();\n\nurl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");\n\ncurl_easy_setopt(hnd, CURLOPT_URL, "http://httpbin.orgpet/");`;
213+
const code =
214+
'CURL *hnd = curl_easy_init();\n\nurl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");\n\ncurl_easy_setopt(hnd, CURLOPT_URL, "http://httpbin.orgpet/");';
214215

215216
beforeEach(() => {
216217
node = mount(

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)