Skip to content

Commit ead77cf

Browse files
committed
fix file name
1 parent 9de3f8b commit ead77cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ exports.gruntPostcss = {
144144
},
145145

146146
writeDest: async(test) => {
147-
const checkExists = await fileExists('tmp/doWriteDest.css');
147+
const checkExists = await fileExists('tmp/doWriteDest.scss');
148148
test.ok(checkExists);
149149

150-
const checkNoExists = await fileExists('tmp/noWriteDest.css');
150+
const checkNoExists = await fileExists('tmp/noWriteDest.scss');
151151
test.ok(!checkNoExists);
152152
test.done();
153153
},

0 commit comments

Comments
 (0)