We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327a871 commit bafa228Copy full SHA for bafa228
test/parallel/test-fs-copyfile.js
@@ -1,9 +1,10 @@
1
'use strict';
2
const common = require('../common');
3
+const fixtures = require('../common/fixtures');
4
const assert = require('assert');
5
const fs = require('fs');
6
const path = require('path');
-const src = path.join(common.fixturesDir, 'a.js');
7
+const src = fixtures.path('a.js');
8
const dest = path.join(common.tmpDir, 'copyfile.out');
9
const { COPYFILE_EXCL, UV_FS_COPYFILE_EXCL } = fs.constants;
10
0 commit comments