We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7cc40 commit d3fa6ecCopy full SHA for d3fa6ec
test/main.js
@@ -25,8 +25,6 @@ describe('gulp-replace', function() {
25
beforeEach(function () {
26
file = new File({
27
path: 'test/fixtures/helloworld.txt',
28
- cwd: 'test/',
29
- base: 'test/fixtures',
30
contents: fs.readFileSync('test/fixtures/helloworld.txt')
31
});
32
@@ -117,8 +115,6 @@ describe('gulp-replace', function() {
117
115
118
116
119
120
121
122
contents: fs.createReadStream('test/fixtures/helloworld.txt')
123
124
0 commit comments