We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
copy
1 parent 56428e3 commit 4fe8f1dCopy full SHA for 4fe8f1d
lib/copy/__tests__/copy-broken-symlink.test.js
@@ -5,7 +5,7 @@ const os = require('os')
5
const fse = require('../..')
6
const path = require('path')
7
const assert = require('assert')
8
-const copy = require('../copy')
+const { copy } = require('../')
9
10
/* global afterEach, beforeEach, describe, it */
11
0 commit comments