Skip to content

Instantly share code, notes, and snippets.

View petarnonkovic's full-sized avatar

Petar Nonkovic petarnonkovic

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Running Tests in Browser TDD TestDrivenDevelopment</title>
<link rel="stylesheet" type="text/css" href="node_modules/mocha/mocha.css">
</head>
<body>