Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0a0c44b

Browse files
devversionjelbourn
authored andcommitted
build: fix unit test after example-module refactor (#559)
1 parent ac85ff9 commit 0a0c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/example-viewer/example-viewer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ describe('ExampleViewer', () => {
9797

9898
it('should be able to render additional files', () => {
9999
EXAMPLE_COMPONENTS['additional-files'] = {
100+
...EXAMPLE_COMPONENTS[exampleKey],
100101
additionalFiles: ['some-additional-file.html'],
101-
...EXAMPLE_COMPONENTS[exampleKey]
102102
};
103103

104104
component.example = 'additional-files';

0 commit comments

Comments
 (0)