Skip to content

Commit 71a88ee

Browse files
committed
refactor: fix lint
1 parent 70f0c91 commit 71a88ee

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
teardownTestFolder,
1919
} from '@code-pushup/test-utils';
2020
import { executeProcess, readJsonFile } from '@code-pushup/utils';
21-
import { INLINE_PLUGIN } from './inline-plugin.js';
21+
import { INLINE_PLUGIN } from '../mocks/inline-plugin.js';
2222

2323
async function addTargetToWorkspace(
2424
tree: Tree,

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
teardownTestFolder,
1818
} from '@code-pushup/test-utils';
1919
import { executeProcess, readTextFile } from '@code-pushup/utils';
20-
import { INLINE_PLUGIN } from './inline-plugin.js';
20+
import { INLINE_PLUGIN } from '../mocks/inline-plugin.js';
2121

2222
describe('nx-plugin', () => {
2323
let tree: Tree;

0 commit comments

Comments
 (0)