Skip to content

Commit d3fa6ec

Browse files
author
Gromych
committed
Removes unnecessary options from Vinyl config
1 parent 8a7cc40 commit d3fa6ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/main.js

-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ describe('gulp-replace', function() {
2525
beforeEach(function () {
2626
file = new File({
2727
path: 'test/fixtures/helloworld.txt',
28-
cwd: 'test/',
29-
base: 'test/fixtures',
3028
contents: fs.readFileSync('test/fixtures/helloworld.txt')
3129
});
3230
});
@@ -117,8 +115,6 @@ describe('gulp-replace', function() {
117115
beforeEach(function () {
118116
file = new File({
119117
path: 'test/fixtures/helloworld.txt',
120-
cwd: 'test/',
121-
base: 'test/fixtures',
122118
contents: fs.createReadStream('test/fixtures/helloworld.txt')
123119
});
124120
});

0 commit comments

Comments
 (0)