prod script tag change

This commit is contained in:
hardiknai-techm
2021-05-15 09:35:59 +05:30
parent bf9fdb95e9
commit 349a54e078
6 changed files with 75 additions and 151 deletions

8
src/global.d.ts vendored
View File

@@ -1,14 +1,6 @@
import { PageWaitForSelectorOptions } from "expect-playwright";
import Explorer from "./Explorer/Explorer";
declare global {
namespace jest {
interface Matchers<R> {
toHaveFocus(selector: string, options?: PageWaitForSelectorOptions): Promise<R>;
toHaveTextContent(htmlElement: string): object;
toHaveValue(value: string | string[] | number): object;
}
}
interface Window {
/**
* @deprecated