Rename doc-shredder/test to doc-shredder/_test to avoid harp compile issues

This commit is contained in:
Jay Traband 2015-08-13 15:17:32 -07:00
parent 1859849fbb
commit 1ec1a49c7c
28 changed files with 0 additions and 20 deletions

View File

@ -1,5 +0,0 @@
```
<body>
<my-app></my-app>
</body>
```

View File

@ -1,4 +0,0 @@
```
<script src="https://code.angularjs.org/2.0.0-alpha.26/angular2.sfx.dev.js"></script>
<script src="main.js"></script>
```

View File

@ -1,11 +0,0 @@
```
/**
* @description This function returns a string.
*
* @returns {string} This string has the value 'Hello World'.
*/
function helloWorld() {
return 'Hello World';
}
```