Skip to content

Commit cfa3152

Browse files
committed
test(gen:main): remove pending endpoint lint tasks
1 parent 887476f commit cfa3152

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: src/test/main.test.js

-12
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ describe('angular-fullstack:app', function() {
131131
});
132132
});
133133

134-
it('should pass jscs'); //'foo'
135-
136-
it('should pass lint');
137-
138134
it('should run server tests successfully', function() {
139135
return runCmd('grunt test:server').should.be.fulfilled();
140136
});
@@ -147,10 +143,6 @@ describe('angular-fullstack:app', function() {
147143
});
148144
});
149145

150-
it('should pass jscs');
151-
152-
it('should pass lint');
153-
154146
it('should run server tests successfully', function() {
155147
return runCmd('grunt test:server').should.be.fulfilled();
156148
});
@@ -163,10 +155,6 @@ describe('angular-fullstack:app', function() {
163155
});
164156
});
165157

166-
it('should pass jscs');
167-
168-
it('should pass lint');
169-
170158
it('should run server tests successfully', function() {
171159
return runCmd('grunt test:server').should.be.fulfilled();
172160
});

0 commit comments

Comments
 (0)