From 905e2bdb598532d381610a322105ef4b6239c13f Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 26 Nov 2024 09:20:43 -0500 Subject: [PATCH] address feedback --- test/{integration => unit/util}/flatten.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{integration => unit/util}/flatten.test.js (97%) diff --git a/test/integration/flatten.test.js b/test/unit/util/flatten.test.js similarity index 97% rename from test/integration/flatten.test.js rename to test/unit/util/flatten.test.js index a678ac5ee5..1d345f6a22 100644 --- a/test/integration/flatten.test.js +++ b/test/unit/util/flatten.test.js @@ -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', () => {