Skip to content

Commit 9c10319

Browse files
committed
fix linting
Signed-off-by: Matteo Collina <[email protected]>
1 parent 4a8dc96 commit 9c10319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/generator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { safeRemove } from '@platformatic/utils'
22
import { deepStrictEqual, strictEqual } from 'node:assert'
33
import { mkdtemp, readdir, readFile } from 'node:fs/promises'
44
import { tmpdir } from 'node:os'
5-
import { basename, resolve } from 'node:path'
5+
import { resolve } from 'node:path'
66
import test from 'node:test'
77
import { Generator } from '../lib/generator.js'
88

0 commit comments

Comments
 (0)