Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Nov 26, 2024
1 parent a23a23c commit 905e2bd
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 flatten = require('../../lib/util/flatten')
const flatten = require('../../../lib/util/flatten')

test('util.flatten', async (t) => {
await t.test('flattens things', () => {
Expand Down

0 comments on commit 905e2bd

Please sign in to comment.