Skip to content

Commit

Permalink
revert 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 1, 2024
1 parent cbd74db commit b5414cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/cli-e2e/mocks/fixtures/code-pushup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { join } from 'node:path';
import coveragePlugin from '../../../../dist/packages/plugin-coverage';
import eslintPlugin from '../../../../dist/packages/plugin-eslint';
import type { CoreConfig } from '../../../../dist/packages/models';
import coveragePlugin from '@code-pushup/coverage-plugin';
import eslintPlugin from '@code-pushup/eslint-plugin';
import type { CoreConfig } from '@code-pushup/models';

export default {
upload: {
Expand Down

0 comments on commit b5414cf

Please sign in to comment.