Skip to content

Instantly share code, notes, and snippets.

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

Ovidiu Miu ovidiu141

🏠
Working from home
View GitHub Profile
const tests = [];
function test(description, callback) {
tests.push({ description, callback });
}
function run() {
if (window.location.hostname !== 'localhost') {
console.log("Tests are disabled in non-localhost environments.");
export * from "https://deno.land/std@0.61.0/encoding/utf8.ts";