Add regression tests for context-menu actions (#1959)

This commit is contained in:
Farooq AR 2020-07-26 16:29:44 +05:00 committed by GitHub
parent a2e7d8d560
commit df4e903bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3264 additions and 19 deletions

View file

@ -12,7 +12,8 @@ import {
DEFAULT_TEXT_ALIGN,
} from "../constants";
let copiedStyles: string = "{}";
// `copiedStyles` is exported only for tests.
export let copiedStyles: string = "{}";
export const actionCopyStyles = register({
name: "copyStyles",