Skip to content

Commit 4fe8f1d

Browse files
committed
Update test to import copy from main exports
1 parent 56428e3 commit 4fe8f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/copy/__tests__/copy-broken-symlink.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const os = require('os')
55
const fse = require('../..')
66
const path = require('path')
77
const assert = require('assert')
8-
const copy = require('../copy')
8+
const { copy } = require('../')
99

1010
/* global afterEach, beforeEach, describe, it */
1111

0 commit comments

Comments
 (0)