india-pincode-regex/tests/index.html
Nemo e8403d43e3 Adds support for browser-usage using browserify
- Browserify with the brfs plugin generates the stub JS file
  that can be included directly in the browser
- Jasmine is supported for an integration test-suite in the browser
2020-04-21 21:09:50 +05:30

19 lines
607 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/png" href="jasmine-3.5.0/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="jasmine-3.5.0/jasmine.css">
<script type="text/javascript" src="jasmine-3.5.0/jasmine.js"></script>
<script type="text/javascript" src="jasmine-3.5.0/jasmine-html.js"></script>
<script type="text/javascript" src="jasmine-3.5.0/boot.js"></script>
<title>Jasmine tests for Pincode Validator</title>
<script src="../pincode-regex.js"></script>
<script src="browser-spec.js"></script>
</head>
<body>
</body>
</html>