Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Sep 24, 2024
1 parent adf3ae2 commit 337f971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const test = require('node:test')
const assert = require('node:assert')

const isAbsolutePath = require('../../lib/util/is-absolute-path')
const isAbsolutePath = require('../../../lib/util/is-absolute-path')

test('verifies paths correctly', async () => {
const tests = [
Expand Down

0 comments on commit 337f971

Please sign in to comment.