Skip to content

Commit

Permalink
Update test to import copy from main exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 19, 2023
1 parent 56428e3 commit 4fe8f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/copy/__tests__/copy-broken-symlink.test.js
Expand Up @@ -5,7 +5,7 @@ const os = require('os')
const fse = require('../..')
const path = require('path')
const assert = require('assert')
const copy = require('../copy')
const { copy } = require('../')

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

Expand Down

0 comments on commit 4fe8f1d

Please sign in to comment.