Skip to content

Instantly share code, notes, and snippets.

@gpincheiraa
Created July 16, 2017 02:40
Show Gist options
  • Save gpincheiraa/3ddba000355b52cfe098fc5fe64cd73e to your computer and use it in GitHub Desktop.
Save gpincheiraa/3ddba000355b52cfe098fc5fe64cd73e to your computer and use it in GitHub Desktop.
index.html - First Impressions using jest for TDD over AngularJS > 1.5.x — Part I
<!DOCTYPE html>
<html>
<head>
<title>Boolean's Professional Web Development Series</title>
</head>
<body class="container" ng-strict-di>
<header class="app-header">
<h1>
Todo List
</h1>
</header>
<div ng-view class="panel-body"></div>
<script src="/index.bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment