Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Jan 31, 2022
1 parent 6cbe3d0 commit aa12c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'
Expand Down

0 comments on commit aa12c1e

Please sign in to comment.