A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://gist.github.com/cpojer below:

cpojer’s gists · GitHub

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/lib/jsdom/browser/Window.js b/lib/jsdom/browser/Window.js index 52d011cae61c3688ec64baa5cec411d55edbda9d..5b29f5af81331e49903514000959ea6e15b07ce6 100644 --- a/lib/jsdom/browser/Window.js +++ b/lib/jsdom/browser/Window.js @@ -507,7 +507,7 @@ function installOwnProperties(window, options) { // [LegacyUnforgeable]: window: { configurable: false }, document: { configurable: false }, - location: { configurable: false }, + location: { configurable: 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 import Breakpoints from './Breakpoints'; import { css, cx } from '@emotion/css'; import { HTMLAttributes, forwardRef } from 'react'; export type StackProps = { adaptive?: true; alignCenter?: true; center?: true; children?: React.ReactNode; className?: string; 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 /* eslint-disable no-bitwise */ /** * StackBlur - a fast almost Gaussian Blur For Canvas * * @copyright (c) 2010 Mario Klingemann * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, 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 #!/usr/bin/env node_modules/.bin/vite-node --watch // `vite-node` HMR handler for servers. type TeardownCallback = () => Promise<void>; type Listener = () => TeardownCallback; declare global { // eslint-disable-next-line no-var var __HMR__: { listeners: ReadonlyArray<Listener>; 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 // Add memoization to two string helpers in jsdom that are called // tens of thousands of times on the same strings and slow tests // down by up to 3x. // // See https://github.com/jsdom/jsdom/commit/63d24a06d04a60279599782dc97899cde59d901d#diff-a29b6d0a417180220d299dde53ac3e1f820c3ade3daec396118f27c4270e1457R137 const {createRequire} = require('module'); const envRequire = createRequire(require.resolve('jest-environment-jsdom')); const stringHelpers = envRequire('jsdom/lib/jsdom/living/helpers/strings.js'); 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 node_modules comments.json comments.md 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 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 exports[`App renders a welcome view 1`] = ` <div className="App"> <div className="App-header"> <img alt="logo" className="App-logo" src="mock-image.png" /> <h2> 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 From 6b55e45d58eb98bb353fbf2087a5c0494e0110e4 Mon Sep 17 00:00:00 2001 From: cpojer <christoph.pojer@gmail.com> Date: Fri, 23 Oct 2015 14:24:52 -0700 Subject: [PATCH] Fix tests. --- package.json | 11 ++++++++--- src/components/Header/__tests__/Header-test.js | 2 -- src/mocks/css-stub.js | 7 +++++++ 3 files changed, 15 insertions(+), 5 deletions(-) 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 From 6b55e45d58eb98bb353fbf2087a5c0494e0110e4 Mon Sep 17 00:00:00 2001 From: cpojer <christoph.pojer@gmail.com> Date: Fri, 23 Oct 2015 14:24:52 -0700 Subject: [PATCH] Fix tests. --- package.json | 11 ++++++++--- src/components/Header/__tests__/Header-test.js | 2 -- src/mocks/css-stub.js | 7 +++++++ 3 files changed, 15 insertions(+), 5 deletions(-)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4