Skip to content

Commit

Permalink
hot fix test in copy-sync-prevent-copying-into-itself.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kolgotko committed Jan 16, 2018
1 parent ce2e729 commit 6fa1c43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ describe('+ copySync() - prevent copying into itself', () => {

describe('> when source is a directory', () => {
describe('>> when dest is a directory', () => {
if (os.platform !== 'win32') {
if (os.platform() !== 'win32') {
it(`of not itself`, done => {
const dest = path.join(TEST_DIR, src)
return testSuccess(src, dest, done)
Expand Down

0 comments on commit 6fa1c43

Please sign in to comment.