Skip to content

Instantly share code, notes, and snippets.

@wejrowski
wejrowski / gist:cbf92b33db85d31eff86
Last active January 28, 2019 12:47
Jasmine specs - custom console reporter
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>console test</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-2.2.0/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-2.2.0/jasmine.css">
<script src="lib/jasmine-2.2.0/jasmine.js"></script>
@wejrowski
wejrowski / calculator.html
Last active March 14, 2021 18:59
Web component + shadow DOM
<!DOCTYPE html>
<html>
<head>
<title>Calculator</title>
</head>
<body>
<basic-calculator></basic-calculator>
<template id="basicCalcTemplate">
<style>