Skip to content

Commit

Permalink
feat: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiimmothy committed Dec 6, 2023
1 parent 089367e commit 02bb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/static/static.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { join } from 'path';
'coverage',
'lcov-report',
),
serveRoot: '/test/jest/coverage/e2e',
serveRoot: '/test/e2e/jest/coverage/api',
}),
ServeStaticModule.forRoot({
rootPath: join(__dirname, '..', '..', '..', '..', 'public'),
Expand Down

0 comments on commit 02bb2e4

Please sign in to comment.