This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @jsx jsx */ | |
// noinspection ES6UnusedImports | |
import { jsx } from "../utils/test-utils"; | |
import { buildTestHarness, testRunner } from "slate-test-utils"; | |
import { Editor } from "../components/Editor"; | |
import { isTableActive } from "./utils"; | |
const testCases = () => { | |
describe("isTableActive", () => { | |
it("returns true when cursor is positioned inside a table", async () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/is-hotkey/lib/index.js.orig b/node_modules/is-hotkey/lib/index.js.orig | |
new file mode 100644 | |
index 0000000..73e14c2 | |
--- /dev/null | |
+++ b/node_modules/is-hotkey/lib/index.js.orig | |
@@ -0,0 +1,251 @@ | |
+'use strict'; | |
+ | |
+Object.defineProperty(exports, "__esModule", { | |
+ value: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run lhci autorun | |
✅ .lighthouseci/ directory writable | |
⚠️ Configuration file not found | |
✅ Chrome installation found | |
Healthcheck passed! | |
Automatically determined ./build as `staticDistDir`. | |
Set it explicitly in lighthouserc.json if incorrect. | |
Started a web server on port 34001... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
${ips} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(ips) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(varnishtop -1 -I ReqHeader:X-Forwarded-For | cut -d: -f2 | cut -d, -f1 | uniq) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Demo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"text": "Beyond Meat", | |
"url": "http://beyondmeat.com" | |
}, | |
{ | |
"text": "Products", | |
"url": "http://beyondmeat.com/products" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import Link from 'next/link'; | |
export default () => | |
<div> | |
Already up and running! | |
<div> | |
<Link href="/counter">Counter</Link> | |
</div> | |
</div>; |
NewerOlder