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 af58b00 commit 21e149cCopy full SHA for 21e149c
test/main.js
@@ -17,7 +17,7 @@ var getFile = function(filePath) {
17
18
describe('gulp-csslint', function() {
19
describe('cssLintPlugin()', function() {
20
- it('file should pass through', function(done) {
+ it('should pass file through', function(done) {
21
var a = 0;
22
23
var file = getFile('fixtures/validCSS.css');
0 commit comments