Skip to content

Commit 21e149c

Browse files
committed
Adjust wording of test description
1 parent af58b00 commit 21e149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var getFile = function(filePath) {
1717

1818
describe('gulp-csslint', function() {
1919
describe('cssLintPlugin()', function() {
20-
it('file should pass through', function(done) {
20+
it('should pass file through', function(done) {
2121
var a = 0;
2222

2323
var file = getFile('fixtures/validCSS.css');

0 commit comments

Comments
 (0)