Skip to content

Commit d2b2613

Browse files
chore(format): 🤖 ✨
1 parent a16d525 commit d2b2613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packages/@sanity/pkg-utils/test/publishConfigExports.test.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import {mkdirSync, rmSync, writeFileSync} from 'node:fs'
2+
import {tmpdir} from 'node:os'
3+
import {join} from 'node:path'
14
import {describe, expect, test} from 'vitest'
25
import {loadPkgWithReporting} from '../src/node/core/pkg/loadPkgWithReporting'
3-
import {mkdirSync, writeFileSync, rmSync} from 'node:fs'
4-
import {join} from 'node:path'
5-
import {tmpdir} from 'node:os'
66
import {createLogger} from '../src/node/logger'
77

88
describe('publishConfig.exports validation', () => {

0 commit comments

Comments
 (0)