Skip to content

Commit 31639a9

Browse files
committed
chore(detector): smells agregator renamed file
1 parent 1172fea commit 31639a9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

detector/src/reports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { SmellsAggreagtor } from './reporters/Html';
1+
export { SmellsAggreagtor } from './reporters/SmellsAgreggator';
22
export { SmellsList } from './reporters/types';

detector/test/smells-aggregator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { vi,test, describe, expect } from 'vitest';
22
import { HtmlOutput } from '../src/reporters/Output';
33
import { SmellsBuilder } from '../src/smells-builder';
4-
import { SmellsAggreagtor } from '../src/reporters/Html';
4+
import { SmellsAggreagtor } from '../src/reporters/SmellsAgreggator';
55
import { ExportOptions, SmellsList } from '../src/reporters/types';
66
import { Smell, SmellType, SupportedLanguages } from '../src/types';
77

0 commit comments

Comments
 (0)