Skip to content

Commit

Permalink
chore: Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Nov 2, 2018
1 parent d306a45 commit 47163a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/func/extractFull.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global describe, it */
import { expect } from 'chai'
import { copyFileSync, readdirSync } from 'fs'
import { copyFileSync } from 'fs'
import { extractFull } from '../../lib/commands.js'
import readdirRecursiveSync from 'fs-readdir-recursive'

Expand Down

0 comments on commit 47163a3

Please sign in to comment.