From aa12c1e1700887136ff2d1014a046572c26fc0d4 Mon Sep 17 00:00:00 2001 From: Lukas Holzer Date: Mon, 31 Jan 2022 13:34:08 +0100 Subject: [PATCH] chore: fix prettier --- tools/tests/file-visitor-module.test.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tests/file-visitor-module.test.mjs b/tools/tests/file-visitor-module.test.mjs index 1fda251c40c..68f9b841f6f 100644 --- a/tools/tests/file-visitor-module.test.mjs +++ b/tools/tests/file-visitor-module.test.mjs @@ -1,10 +1,10 @@ import { join } from 'path' import { format } from 'util' -import test from 'ava' +import test from 'ava' import mock, { restore } from 'mock-fs' -import snapshots from '../../tests/utils/snapshots.js' +import snapshots from '../../tests/utils/snapshots.js' import { DependencyGraph, fileVisitor } from '../project-graph/index.mjs' import { esModuleMockedFileSystem } from './utils/file-systems.mjs'