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 8063851 commit c7b35fbCopy full SHA for c7b35fb
test/test.ts
@@ -2,9 +2,9 @@ import {expect} from 'chai';
2
import {spawnSync} from 'child_process';
3
import fs from 'fs-extra';
4
import {after, before, describe, it} from 'mocha';
5
-import path, { dirname } from 'path';
+import path, {dirname} from 'path';
6
import {readPackageUpSync} from 'read-pkg-up';
7
-import { fileURLToPath } from 'url';
+import {fileURLToPath} from 'url';
8
9
import {getAppsScriptFileName, getLocalFileType} from '../src/files.js';
10
import {ERROR, LOG} from '../src/messages.js';
0 commit comments