Rename doc-shredder/test to doc-shredder/_test to avoid harp compile issues
This commit is contained in:
parent
1859849fbb
commit
1ec1a49c7c
|
@ -1,5 +0,0 @@
|
|||
```
|
||||
<body>
|
||||
<my-app></my-app>
|
||||
</body>
|
||||
```
|
|
@ -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>
|
||||
```
|
|
@ -1,11 +0,0 @@
|
|||
```
|
||||
/**
|
||||
* @description This function returns a string.
|
||||
*
|
||||
* @returns {string} This string has the value 'Hello World'.
|
||||
*/
|
||||
|
||||
function helloWorld() {
|
||||
return 'Hello World';
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue