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 20, 2023
1 parent 56428e3 commit f04093f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/copy/__tests__/ncp/broken-symlink.test.js
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs')
const os = require('os')
const fse = require('../../..')
const ncp = require('../../copy')
const { copy: ncp } = require('../../')
const path = require('path')
const assert = require('assert')

Expand Down

0 comments on commit f04093f

Please sign in to comment.