Skip to content

Instantly share code, notes, and snippets.

View Keyes's full-sized avatar
🏠
Working from home

Julian Kern Keyes

🏠
Working from home
View GitHub Profile
import { render, screen } from '@testing-library/react';
import React from 'react';
import Button from '.';
const testMessage = 'Test Message';
let container;
describe('basic functionality', () => {
beforeEach(() => {
@Keyes
Keyes / free_beds.js
Last active October 7, 2022 06:41
Widget für die Zahl der freien Intensiv-Betten für iOS innerhalb Deutschlands 🇩🇪
// Licence: juliankern.com; CC BY 3.0 DE
const C = { layout: 'simple' };
(async () => new Function(await new Request('https://cdn.jsdelivr.net/gh/Keyes/its-beds-widget/widget.min.js').loadString())(C))();