We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0e5db commit 033859eCopy full SHA for 033859e
packages/create-email/src/index.spec.ts
@@ -1,5 +1,5 @@
1
import { spawnSync } from 'node:child_process';
2
-import { existsSync, promises as fs } from 'node:fs';
+import { promises as fs, existsSync } from 'node:fs';
3
import path from 'node:path';
4
5
describe('automatic setup', () => {
0 commit comments