Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest'
import type { NpmPackage, NpmSearchResponse } from '../../shared/types'
import type { NpmPackage, NpmSearchResponse } from '../../../../shared/types'

describe('npm registry types', () => {
it('should correctly type a package response', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
getCreateShortName,
getTypesPackageName,
hasBuiltInTypes,
} from '../../shared/utils/package-analysis'
} from '../../../../shared/utils/package-analysis'

describe('detectModuleFormat', () => {
it('detects ESM from type: module', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest'
import { parsePackageParam } from '../../shared/utils/parse-package-param'
import { parsePackageParam } from '../../../../shared/utils/parse-package-param'

describe('parsePackageParam', () => {
describe('unscoped packages', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
SEVERITY_TEXT_COLORS,
SEVERITY_BADGE_COLORS,
getHighestSeverity,
} from '../../shared/utils/severity'
} from '../../../../shared/utils/severity'

describe('severity utils', () => {
describe('SEVERITY_COLORS', () => {
Expand Down
File renamed without changes.
File renamed without changes.
Loading