Skip to content

Commit

Permalink
remove unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Apr 14, 2023
1 parent 175c5a1 commit ad0e4f9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 116 deletions.
1 change: 0 additions & 1 deletion test/docs-json/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"filePath": "./src/components/my-component/my-component.tsx",
"encapsulation": "shadow",
"tag": "my-component",
"readme": "# my-component\n\n\n",
"docs": "",
"docsTags": [],
"usage": {},
Expand Down
32 changes: 0 additions & 32 deletions test/docs-json/src/components/my-component/my-component.e2e.ts

This file was deleted.

36 changes: 0 additions & 36 deletions test/docs-json/src/components/my-component/my-component.spec.ts

This file was deleted.

3 changes: 1 addition & 2 deletions test/docs-json/src/components/my-component/my-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { importedInterface, ImportedInterface } from './imported-interface';

@Component({
tag: 'my-component',
styleUrl: 'my-component.css',
shadow: true,
})
export class MyComponent {
Expand All @@ -16,6 +15,6 @@ export class MyComponent {
}

render() {
return <div>Hello, World! I'm a mess</div>;
return <div>Hello, World! I'm a mess 🫠</div>;
}
}
23 changes: 0 additions & 23 deletions test/docs-json/src/components/my-component/readme.md

This file was deleted.

19 changes: 0 additions & 19 deletions test/docs-json/src/utils/utils.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions test/docs-json/src/utils/utils.ts

This file was deleted.

0 comments on commit ad0e4f9

Please sign in to comment.