Skip to content

Commit c6de5f2

Browse files
committed
build: fix stackblitz test
1 parent 0d03e0d commit c6de5f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/app/shared/stackblitz/stackblitz-writer.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ describe('StackBlitzWriter', () => {
102102
const expectedFiles = jasmine.objectContaining({
103103
'angular.json': 'fake',
104104
'src/main.ts': `import {ExampleComponent} from './test';`,
105-
'src/test.ts': 'fake',
106105
'src/index.html': `<this-is-the-comp-name></this-is-the-comp-name>`,
107106
'src/example/test.ts': `ExampleComponent
108107

0 commit comments

Comments
 (0)