Add @testing-library/cypress

This commit is contained in:
SleepWalker
2020-05-21 21:37:35 +03:00
parent e1f15b5d22
commit 97d2841eda
18 changed files with 188 additions and 137 deletions

View File

@@ -58,6 +58,7 @@ async function polyfillIntl(locale: string): Promise<void> {
// resolve issue with RegExp errors
// @see https://github.com/mattlewis92/angular-calendar/issues/274
// @see https://github.com/mattlewis92/angular-calendar/issues/274
// @ts-expect-error
Intl.__disableRegExpRestore();
window.Intl = Intl;