Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed May 11, 2021
1 parent 8063851 commit c7b35fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.ts
Expand Up @@ -2,9 +2,9 @@ import {expect} from 'chai';
import {spawnSync} from 'child_process';
import fs from 'fs-extra';
import {after, before, describe, it} from 'mocha';
import path, { dirname } from 'path';
import path, {dirname} from 'path';
import {readPackageUpSync} from 'read-pkg-up';
import { fileURLToPath } from 'url';
import {fileURLToPath} from 'url';

import {getAppsScriptFileName, getLocalFileType} from '../src/files.js';
import {ERROR, LOG} from '../src/messages.js';
Expand Down

0 comments on commit c7b35fb

Please sign in to comment.