diff --git a/__tests__/codeMirror.test.js b/__tests__/codeMirror.test.js index c09179f..8b15619 100644 --- a/__tests__/codeMirror.test.js +++ b/__tests__/codeMirror.test.js @@ -210,7 +210,8 @@ describe('highlight mode', () => { describe('runmode', () => { let node; - 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/");`; + 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/");'; beforeEach(() => { node = mount( diff --git a/package-lock.json b/package-lock.json index ee82f03..3f4a5ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3173,9 +3173,9 @@ } }, "node_modules/@readme/eslint-config": { - "version": "8.7.5", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-8.7.5.tgz", - "integrity": "sha512-rpAGvOz7olSNeMIA+SIXwxxCVpBxQoFzrTsYoL9Jn3yi2S3QZlNOTqhQz3Ocbtv86Utu/9RrXl/dPit9MzEzuw==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-8.8.0.tgz", + "integrity": "sha512-AQ2/2ut3tlxDnecgImrZFvueSVrzLenXsfoTCP3606uwSWDKWPmWqd+EbsNJgZaPET6P6R8sbnzhaQi2gbMsMA==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^5.20.0", @@ -18099,9 +18099,9 @@ } }, "@readme/eslint-config": { - "version": "8.7.5", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-8.7.5.tgz", - "integrity": "sha512-rpAGvOz7olSNeMIA+SIXwxxCVpBxQoFzrTsYoL9Jn3yi2S3QZlNOTqhQz3Ocbtv86Utu/9RrXl/dPit9MzEzuw==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-8.8.0.tgz", + "integrity": "sha512-AQ2/2ut3tlxDnecgImrZFvueSVrzLenXsfoTCP3606uwSWDKWPmWqd+EbsNJgZaPET6P6R8sbnzhaQi2gbMsMA==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "^5.20.0",