We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b3a99 commit 329351fCopy full SHA for 329351f
src/test/main.test.js
@@ -299,7 +299,7 @@ describe('angular-fullstack:app', function() {
299
return clientTestResult.should.be.fulfilled();
300
});
301
302
- it('should run server tests successfully', function() {
+ it.skip('should run server tests successfully', function() {
303
return serverTestResult.should.be.fulfilled();
304
305
@@ -310,7 +310,7 @@ describe('angular-fullstack:app', function() {
310
311
312
313
314
return runCmd('gulp test:server').should.be.fulfilled();
315
316
0 commit comments