Skip to content

Commit

Permalink
chore: rm relic line from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Apr 12, 2024
1 parent c885e5c commit 78ee126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ test('range types', async (t) => {
)
for (const [name, spec] of Object.entries(ourDevDeps)) {
if (spec === undefined) throw new Error()
if (spec.startsWith('github:')) continue
const range = name.startsWith(`${typescriptEslintBottom}/`) ? extractVersionSpec(spec) : spec
t.true(isPinnedRange(range), `Dev dependency \`${name}: ${spec}\` is pinned`)
}
Expand Down

0 comments on commit 78ee126

Please sign in to comment.