Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Nov 19, 2024
1 parent 173d2e0 commit deb921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/allure-vitest/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const getSuitePath = (task: Task): string[] => {

export const getTestMetadata = (task: Task) => {
const suitePath = getSuitePath(task);
const relativeTestPath = getPosixPath(getRelativePath(task.file!.filepath));
const relativeTestPath = getPosixPath(getRelativePath(task.file.filepath));

const { cleanTitle, labels } = extractMetadataFromString(task.name);

Expand Down

0 comments on commit deb921d

Please sign in to comment.